activeUsernames property

  1. @JsonKey.new(name: 'active_usernames')
List<String>? get activeUsernames
inherited

Optional. If non-empty, the list of all active chat usernames.

Implementation

@JsonKey(name: 'active_usernames')
List<String>? get activeUsernames;