UserPrivacySettingRuleAllowChatMembers constructor

const UserPrivacySettingRuleAllowChatMembers({
  1. required List<int> chatIds,
})

A rule to allow all members of certain specified basic groups and supergroups to doing something

Implementation

const UserPrivacySettingRuleAllowChatMembers({
  required this.chatIds,
});