2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Update API scheme to layer 145.

This commit is contained in:
John Preston
2022-08-09 14:15:21 +03:00
parent e7f85f7255
commit 285ce81b7b
4 changed files with 12 additions and 5 deletions

View File

@@ -3905,7 +3905,8 @@ void Session::serviceNotification(
MTPint(), // bot_info_version
MTPVector<MTPRestrictionReason>(),
MTPstring(), // bot_inline_placeholder
MTPstring())); // lang_code
MTPstring(), // lang_code
MTPEmojiStatus()));
}
const auto history = this->history(PeerData::kServiceNotificationsId);
if (!history->folderKnown()) {