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

Update API scheme on layer 166.

This commit is contained in:
John Preston
2023-10-13 16:17:02 +04:00
parent ef0539c9fc
commit f90a010b84
18 changed files with 106 additions and 39 deletions

View File

@@ -172,7 +172,9 @@ void Account::createSession(
MTPstring(), // lang_code
MTPEmojiStatus(),
MTPVector<MTPUsername>(),
MTPint()), // stories_max_id
MTPint(), // stories_max_id
MTP_int(0), // color
MTPlong()), // background_emoji_id
serialized,
streamVersion,
std::move(settings));