disabled_usernames property

vector<string>? disabled_usernames
getter/setter pair

List of currently disabled usernames; the username can be activated with toggleUsernameIsActive/toggleSupergroupUsernameIsActive

Implementation

vector<string>? disabled_usernames;