settings property

  1. @Deprecated("Switch to using isMemberOnly | isMemberAllowToInvite | maxUserCount to instead")
ChatGroupOptions? get settings

Implementation

@Deprecated(
  "Switch to using isMemberOnly | isMemberAllowToInvite | maxUserCount to instead",
)
ChatGroupOptions? get settings => _options;