Update API scheme to layer 105.

This commit is contained in:
John Preston
2019-08-08 11:15:59 +01:00
parent a539fad3e2
commit 549789bfb7
13 changed files with 145 additions and 78 deletions
+2 -1
View File
@@ -111,7 +111,8 @@ void SendExistingMedia(
MTP_string(captionText),
MTP_long(randomId),
MTPReplyMarkup(),
sentEntities
sentEntities,
MTP_int(0) // schedule_date
)).done([=](const MTPUpdates &result) {
api->applyUpdates(result, randomId);
}).fail([=](const RPCError &error) {