copyWith method
Implementation
UserPrivacySettingRuleAllowChatMembers copyWith({List<int>? chatIds}) =>
UserPrivacySettingRuleAllowChatMembers(chatIds: chatIds ?? this.chatIds);
UserPrivacySettingRuleAllowChatMembers copyWith({List<int>? chatIds}) =>
UserPrivacySettingRuleAllowChatMembers(chatIds: chatIds ?? this.chatIds);