2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

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

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) {