disabled_usernames property

List<String> disabled_usernames
read / write

List of currently disabled usernames; the username can be activated with toggleUsernameIsActive, toggleBotUsernameIsActive, or toggleSupergroupUsernameIsActive.

Implementation

late List<String> disabled_usernames;