Update API scheme on layer 221.

This commit is contained in:
John Preston
2025-12-26 22:35:31 +04:00
parent c294582ffe
commit a36a30ce01
7 changed files with 20 additions and 10 deletions
+4 -2
View File
@@ -1145,7 +1145,8 @@ void Updates::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
MTPint(), // report_delivery_until_date
MTPlong(), // paid_message_stars
MTPSuggestedPost(),
MTPint()), // schedule_repeat_period
MTPint(), // schedule_repeat_period
MTPstring()), // summary_from_language
MessageFlags(),
NewMessageType::Unread);
} break;
@@ -1186,7 +1187,8 @@ void Updates::applyUpdatesNoPtsCheck(const MTPUpdates &updates) {
MTPint(), // report_delivery_until_date
MTPlong(), // paid_message_stars
MTPSuggestedPost(),
MTPint()), // schedule_repeat_period
MTPint(), // schedule_repeat_period
MTPstring()), // summary_from_language
MessageFlags(),
NewMessageType::Unread);
} break;