2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Update API scheme on layer 176.

This commit is contained in:
John Preston
2024-02-23 13:26:59 +04:00
parent c513906996
commit e05eb63476
7 changed files with 42 additions and 24 deletions

View File

@@ -133,7 +133,7 @@ void ShareBotGame(
MTPVector<MTPMessageEntity>(),
MTP_int(0), // schedule_date
MTPInputPeer(), // send_as
MTPstring() // quick_reply_shortcut
MTPInputQuickReplyShortcut()
), [=](const MTPUpdates &, const MTP::Response &) {
}, [=](const MTP::Error &error, const MTP::Response &) {
history->session().api().sendMessageFail(error, history->peer);