UserPrivacySettingRuleRestrictChatMembers constructor

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

A rule to restrict all members of specified basic groups and supergroups from doing something

Implementation

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