activeUsernames property

List<String>? activeUsernames
getter/setter pair

Optional. If non-empty, the list of all active chat usernames; for private chats, supergroups and channels. Returned only in getChat.

Implementation

List<String>? activeUsernames;