2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Replaced Notify::replyMarkupUpdated with Data::MessageUpdate.

This commit is contained in:
23rd
2020-06-27 18:53:30 +03:00
committed by John Preston
parent 6507007086
commit b629e0c43a
9 changed files with 20 additions and 29 deletions

View File

@@ -230,7 +230,6 @@ public:
MsgId msgId);
PeerData *ui_getPeerForMouseAction();
void notify_replyMarkupUpdated(not_null<const HistoryItem*> item);
void notify_inlineKeyboardMoved(not_null<const HistoryItem*> item, int oldKeyboardTop, int newKeyboardTop);
bool notify_switchInlineBotButtonReceived(const QString &query, UserData *samePeerBot, MsgId samePeerReplyTo);