2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

API scheme updated to layer 73.

This commit is contained in:
John Preston
2017-12-03 18:38:05 +04:00
parent 5eeb8143b6
commit 1d85c8a6b6
7 changed files with 268 additions and 31 deletions

View File

@@ -1893,7 +1893,8 @@ void ApiWrap::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
d.has_entities() ? d.ventities : MTPnullEntities,
MTPint(),
MTPint(),
MTPstring()), NewMessageUnread);
MTPstring(),
MTPlong()), NewMessageUnread);
} break;
case mtpc_updateShortChatMessage: {
@@ -1914,7 +1915,8 @@ void ApiWrap::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
d.has_entities() ? d.ventities : MTPnullEntities,
MTPint(),
MTPint(),
MTPstring()), NewMessageUnread);
MTPstring(),
MTPlong()), NewMessageUnread);
} break;
case mtpc_updateShortSentMessage: {