2
0
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:
John Preston
2024-05-06 17:49:49 +04:00
parent 2bbc7406da
commit f8188f360a
16 changed files with 65 additions and 27 deletions

View File

@@ -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);