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
2021-01-20 15:40:53 +04:00
parent 274779c1c8
commit 34f7391ec9
3 changed files with 11 additions and 3 deletions

View File

@@ -174,6 +174,7 @@ void SaveChatParticipantKick(
Fn<void()> onDone,
Fn<void()> onFail) {
chat->session().api().request(MTPmessages_DeleteChatUser(
MTP_flags(0),
chat->inputChat,
user->inputUser
)).done([=](const MTPUpdates &result) {