2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Update API scheme to layer 185.

This commit is contained in:
John Preston
2024-07-17 10:38:50 +02:00
parent f749616dd8
commit 5c797d1f31
20 changed files with 196 additions and 41 deletions

View File

@@ -4533,7 +4533,8 @@ void Session::serviceNotification(
MTPVector<MTPUsername>(),
MTPint(), // stories_max_id
MTPPeerColor(), // color
MTPPeerColor())); // profile_color
MTPPeerColor(), // profile_color
MTPint())); // bot_active_users
}
const auto history = this->history(PeerData::kServiceNotificationsId);
const auto insert = [=] {