2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 23:25:15 +00:00

Update API scheme on layer 148.

This commit is contained in:
John Preston
2022-10-04 08:55:43 +04:00
parent 001c46f68a
commit d15173e09d
9 changed files with 34 additions and 20 deletions

View File

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