Update API scheme to layer 227.

This commit is contained in:
John Preston
2026-05-20 13:54:53 +04:00
parent ec0d523160
commit b1e012c466
14 changed files with 91 additions and 26 deletions
+4 -2
View File
@@ -1233,7 +1233,8 @@ void Updates::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
MTPlong(), // paid_message_stars
MTPSuggestedPost(),
MTPint(), // schedule_repeat_period
MTPstring()), // summary_from_language
MTPstring(), // summary_from_language
MTPRichMessage()),
MessageFlags(),
NewMessageType::Unread);
} break;
@@ -1277,7 +1278,8 @@ void Updates::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
MTPlong(), // paid_message_stars
MTPSuggestedPost(),
MTPint(), // schedule_repeat_period
MTPstring()), // summary_from_language
MTPstring(), // summary_from_language
MTPRichMessage()),
MessageFlags(),
NewMessageType::Unread);
} break;