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>.

NameTypeDescription
bot_user_idstringIdentifier of the target bot.
usernamesstringThe new order of active usernames. All currently active usernames must be specified.

More details on telegram's documentation.