userPrivacySettingRuleAllowChatMembers property
A rule to allow all members of certain specified basic groups and supergroups to doing something
Implementation
UserPrivacySettingRuleAllowChatMembers?
get userPrivacySettingRuleAllowChatMembers {
if (this is UserPrivacySettingRuleAllowChatMembers) {
return this as UserPrivacySettingRuleAllowChatMembers;
}
return null;
}