mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme on layer 148.
This commit is contained in:
@@ -62,7 +62,8 @@ PeerId GenerateUser(not_null<History*> history, const QString &name) {
|
||||
MTPVector<MTPRestrictionReason>(), // restrictions
|
||||
MTPstring(), // bot placeholder
|
||||
MTPstring(), // lang code
|
||||
MTPEmojiStatus()));
|
||||
MTPEmojiStatus(),
|
||||
MTPVector<MTPUsername>()));
|
||||
return peerId;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user