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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user