2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added simple animation of stickers sending from inline bots.

This commit is contained in:
23rd
2022-02-11 07:40:11 +03:00
committed by John Preston
parent 2632ec45bd
commit 0a2fbb0d70
11 changed files with 66 additions and 10 deletions

View File

@@ -325,7 +325,8 @@ public:
void sendInlineResult(
not_null<UserData*> bot,
not_null<InlineBots::Result*> data,
const SendAction &action);
const SendAction &action,
std::optional<MsgId> localMessageId);
void sendMessageFail(
const MTP::Error &error,
not_null<PeerData*> peer,