allowUserChats property

  1. @JsonKey(name: 'allow_user_chats')
bool? get allowUserChats
inherited

Optional. True, if private chats with users can be chosen

Implementation

@JsonKey(name: 'allow_user_chats')
bool? get allowUserChats;