2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update API scheme.

This commit is contained in:
John Preston
2020-11-28 09:38:55 +03:00
parent eb40edae22
commit c8dd486410
4 changed files with 14 additions and 3 deletions

View File

@@ -63,6 +63,8 @@ void GroupCall::requestParticipants() {
auto &api = _channel->session().api();
_participantsRequestId = api.request(MTPphone_GetGroupParticipants(
input(),
MTP_vector<MTPint>(), // ids
MTP_vector<MTPint>(), // sources
MTP_string(_nextOffset),
MTP_int(kRequestPerPage)
)).done([=](const MTPphone_GroupParticipants &result) {