View Source ExTDLib.Method.ToggleBotUsernameIsActive (ExTDLib v0.0.4)

Changes active state for a username of a bot. The editable username can't be disabled. May return an error with a message "USERNAMES_ACTIVE_TOO_MUCH" if the maximum number of active usernames has been reached. Can be called only if userTypeBot.can_be_edited == true. Returns object_ptr<Ok>.

NameTypeDescription
bot_user_idstringIdentifier of the target bot.
usernamestringThe username to change.
is_activeboolPass true to activate the username; pass false to disable it.

More details on telegram's documentation.