Raw.bots.ReorderUsernames
Reorder usernames associated to a bot we own.
bots.reorderUsernames#9709b1c2 bot:InputUser order:Vector<string> = Bool;export namespace Raw {
export namespace bots {
export class ReorderUsernames {
constructor(params: { bot: Raw.TypeInputUser; order: Array<string> }) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0x9709b1c2
Property
bot: Raw.TypeInputUserThe bot
order: Array of stringThe new order for active usernames. all active usernames must be specified.