memberLimit property

  1. @JsonKey.new(name: 'member_limit')
int? get memberLimit
inherited

Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999

Implementation

@JsonKey(name: 'member_limit')
int? get memberLimit;