mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +00:00
Update API scheme on laydr 160.
This commit is contained in:
@@ -62,7 +62,8 @@ PeerId GenerateUser(not_null<History*> history, const QString &name) {
|
||||
MTPstring(), // bot placeholder
|
||||
MTPstring(), // lang code
|
||||
MTPEmojiStatus(),
|
||||
MTPVector<MTPUsername>()));
|
||||
MTPVector<MTPUsername>(),
|
||||
MTPint())); // stories_max_id
|
||||
return peerId;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user