UserPrivacySettingRuleAllowChatMembers constructor

UserPrivacySettingRuleAllowChatMembers({
  1. String? extra,
  2. int? client_id,
  3. vector<int53>? chat_ids,
})

Implementation

UserPrivacySettingRuleAllowChatMembers({
  super.extra,
  super.client_id,
  this.chat_ids,
});