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

Inline bot video and sticker layout and sending done.

This commit is contained in:
John Preston
2016-04-03 13:11:41 +04:00
parent c5111c9a51
commit 35785efa50
52 changed files with 301 additions and 197 deletions

View File

@@ -1282,6 +1282,7 @@ public:
virtual bool getLocationCoords(LocationCoords *location) const {
return false;
}
virtual QString getLayoutTitle(InlineResult *owner) const;
virtual QString getLayoutDescription(InlineResult *owner) const;
};