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

Update API scheme on laydr 160.

This commit is contained in:
John Preston
2023-07-03 11:40:29 +04:00
parent f0ab6e5690
commit a79deb89ce
5 changed files with 9 additions and 5 deletions

View File

@@ -171,7 +171,8 @@ void Account::createSession(
MTPstring(), // bot_inline_placeholder
MTPstring(), // lang_code
MTPEmojiStatus(),
MTPVector<MTPUsername>()),
MTPVector<MTPUsername>(),
MTPint()), // stories_max_id
serialized,
streamVersion,
std::move(settings));