disabled_usernames property
read / write
List of currently disabled usernames; the username can be activated with toggleUsernameIsActive, toggleBotUsernameIsActive, or toggleSupergroupUsernameIsActive.
Implementation
late List<String> disabled_usernames;