2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Improved files support in inline bot results.

This commit is contained in:
John Preston
2016-04-04 11:21:14 +04:00
parent 35785efa50
commit a2fc7f6915
7 changed files with 136 additions and 34 deletions

View File

@@ -1440,6 +1440,9 @@ private:
DocumentData *_document;
QString _url, _caption;
int getSentDuration(InlineResult *owner) const;
QSize getSentDimensions(InlineResult *owner) const;
};
class InlineResult {