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

Add fast reply button in groups.

This commit is contained in:
John Preston
2017-12-30 11:15:42 +03:00
parent 74b126f309
commit ae7e5be5cd
5 changed files with 110 additions and 22 deletions

View File

@@ -191,6 +191,7 @@ public:
not_null<PeerData*> peer,
const QString &url,
const QString &text);
void replyToItem(not_null<HistoryItem*> item);
bool onInlineSwitchChosen(const PeerId &peer, const QString &botAndQuery);
bool onSendPaths(const PeerId &peer);
void onFilesOrForwardDrop(const PeerId &peer, const QMimeData *data);