Interface UserPrivacySettingRuleAllowPremiumUsers

A rule to allow all Premium Users to do something; currently, allowed only for userPrivacySettingAllowChatInvites. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleAllowPremiumUsers {
    @type: "userPrivacySettingRuleAllowPremiumUsers";
}

Properties

Properties

@type: "userPrivacySettingRuleAllowPremiumUsers"