2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-07 01:45:39 +00:00

Update API scheme to layer 118.

This commit is contained in:
John Preston
2020-08-25 11:48:18 +04:00
parent 883a62c0a2
commit 49c230b898
5 changed files with 20 additions and 10 deletions

View File

@@ -63,7 +63,8 @@ void SendBotCallbackData(
MTP_flags(flags),
history->peer->input,
MTP_int(item->id),
MTP_bytes(sendData)
MTP_bytes(sendData),
MTPInputCheckPasswordSRP() // #TODO layer118
)).done([=](const MTPmessages_BotCallbackAnswer &result) {
const auto item = owner->message(fullId);
if (!item) {