Update API scheme to layer 224.

This commit is contained in:
John Preston
2026-03-11 17:00:27 +04:00
parent 1e6f7c7f3f
commit 9f57a82c75
17 changed files with 113 additions and 34 deletions
+2 -1
View File
@@ -4437,7 +4437,8 @@ void ApiWrap::uploadAlbumMedia(
fields.vid(),
fields.vaccess_hash(),
fields.vfile_reference()),
MTP_int(data.vttl_seconds().value_or_empty()));
MTP_int(data.vttl_seconds().value_or_empty()),
MTPInputDocument()); // video
sendAlbumWithUploaded(item, groupId, media);
} break;