Update API scheme to layer 185.

This commit is contained in:
John Preston
2024-07-17 10:38:50 +02:00
parent f749616dd8
commit 5c797d1f31
20 changed files with 196 additions and 41 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ MTPVector<MTPDocumentAttribute> ComposeSendingDocumentAttributes(
MTP_double(document->duration() / 1000.),
MTP_int(dimensions.width()),
MTP_int(dimensions.height()),
MTPint())); // preload_prefix_size
MTPint(), // preload_prefix_size
MTPdouble())); // video_start_ts
} else {
attributes.push_back(MTP_documentAttributeImageSize(
MTP_int(dimensions.width()),