View Source ExTDLib.Method.ReorderBotActiveUsernames (ExTDLib v0.0.4)
Changes order of active usernames of a bot. Can be called only if userTypeBot.can_be_edited == true. Returns object_ptr<Ok>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | Identifier of the target bot. |
| usernames | string | The new order of active usernames. All currently active usernames must be specified. |
More details on telegram's documentation.