2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Update API scheme on layer 167.

This commit is contained in:
John Preston
2023-11-22 12:16:39 +04:00
parent 6a87fef851
commit 4b5e2582d9
7 changed files with 48 additions and 36 deletions

View File

@@ -64,8 +64,8 @@ PeerId GenerateUser(not_null<History*> history, const QString &name) {
MTPEmojiStatus(),
MTPVector<MTPUsername>(),
MTPint(), // stories_max_id
MTP_int(0), // color
MTPlong())); // background_emoji_id
MTPPeerColor(), // color
MTPPeerColor())); // profile_color
return peerId;
}