2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +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

@@ -171,7 +171,8 @@ void Account::createSession(
MTPVector<MTPUsername>(),
MTPint(), // stories_max_id
MTPPeerColor(), // color
MTPPeerColor()), // profile_color
MTPPeerColor(), // profile_color
MTPint()), // bot_active_users
serialized,
streamVersion,
std::move(settings));