createsJoinRequest property

  1. @JsonKey(name: 'creates_join_request')
bool? get createsJoinRequest
inherited

True, if users joining the chat via the link need to be approved by chat administrators

Implementation

@JsonKey(name: 'creates_join_request')
bool? get createsJoinRequest;