copyWith method

Implementation

UserPrivacySettingRuleRestrictChatMembers copyWith({List<int>? chatIds}) =>
    UserPrivacySettingRuleRestrictChatMembers(
      chatIds: chatIds ?? this.chatIds,
    );