active_usernames property

List<String> active_usernames
read / write

List of active usernames; the first one must be shown as the primary username. The order of active usernames can be changed with reorderActiveUsernames, reorderBotActiveUsernames or reorderSupergroupActiveUsernames.

Implementation

late List<String> active_usernames;