reorderUsernames

Reorder the usernames of the current account, a bot account, a supergroup, or a channel’s profile. User-only.

PARAMETERS
id: ID

"me", a bot ID, a supergroup ID, or a channel ID.

order: string[]

The new order to use.

RESULT
boolean

Whether the order was changed.

SYNTAX
await client.reorderUsernames(id, order);