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

Update API scheme to layer 143.

This commit is contained in:
John Preston
2022-05-10 18:22:28 +04:00
parent dd05fb4d14
commit 6dedf7c63e
81 changed files with 595 additions and 458 deletions

View File

@@ -509,7 +509,7 @@ public:
const ImageWithLocation &videoThumbnail,
bool isPremiumSticker,
int32 dc,
int32 size);
int64 size);
void documentConvert(
not_null<DocumentData*> original,
const MTPDocument &data);
@@ -761,7 +761,7 @@ private:
const ImageWithLocation &videoThumbnail,
bool isPremiumSticker,
int32 dc,
int32 size);
int64 size);
DocumentData *documentFromWeb(
const MTPDwebDocument &data,
const ImageLocation &thumbnailLocation,