addedUsers property

  1. @JsonKey.new(name: 'added_users')
List<User>? get addedUsers
inherited

Optional. The list of other users who have access to the bot if the access is restricted.

Implementation

@JsonKey(name: 'added_users')
List<User>? get addedUsers;