2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Update API scheme.

This commit is contained in:
John Preston
2020-12-13 23:27:51 +04:00
parent 7217d14f09
commit 2b91eedcd4
4 changed files with 51 additions and 24 deletions

View File

@@ -142,7 +142,7 @@ void GroupCall::setState(State state) {
void GroupCall::start() {
_createRequestId = _api.request(MTPphone_CreateGroupCall(
_channel->inputChannel,
_channel->input,
MTP_int(rand_value<int32>())
)).done([=](const MTPUpdates &result) {
_acceptFields = true;