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

Update API scheme to layer 114.

This commit is contained in:
John Preston
2020-05-19 10:34:10 +04:00
parent a27aea3887
commit 33c1c48ad9
4 changed files with 10 additions and 2 deletions

View File

@@ -480,6 +480,7 @@ SendMediaReady PrepareWallPaper(const QImage &image) {
MTP_string("image/jpeg"),
MTP_int(jpeg.size()),
MTP_vector<MTPPhotoSize>(sizes),
MTPVector<MTPVideoSize>(),
MTP_int(MTP::maindc()),
MTP_vector<MTPDocumentAttribute>(attributes));