2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Update API scheme to layer 132.

This commit is contained in:
John Preston
2021-08-24 20:57:54 +03:00
parent 558e1d96fd
commit 0cfede984c
11 changed files with 126 additions and 29 deletions

View File

@@ -496,8 +496,9 @@ void GroupCall::reload() {
}
_reloadByQueuedUpdatesTimer.cancel();
const auto limit = 3;
_reloadRequestId = api().request(
MTPphone_GetGroupCall(input())
MTPphone_GetGroupCall(input(), MTP_int(limit))
).done([=](const MTPphone_GroupCall &result) {
if (requestParticipantsAfterReload(result)) {
_savedFull = result;