mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Update API scheme to layer 180.
This commit is contained in:
@@ -135,7 +135,8 @@ void ShareBotGame(
|
||||
MTPVector<MTPMessageEntity>(),
|
||||
MTP_int(0), // schedule_date
|
||||
MTPInputPeer(), // send_as
|
||||
MTPInputQuickReplyShortcut()
|
||||
MTPInputQuickReplyShortcut(),
|
||||
MTPlong()
|
||||
), [=](const MTPUpdates &, const MTP::Response &) {
|
||||
}, [=](const MTP::Error &error, const MTP::Response &) {
|
||||
history->session().api().sendMessageFail(error, history->peer);
|
||||
|
Reference in New Issue
Block a user