Interface UserPrivacySettingRuleAllowContacts

A rule to allow all contacts of the user to do something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleAllowContacts {
    @type: "userPrivacySettingRuleAllowContacts";
}

Properties

Properties

@type: "userPrivacySettingRuleAllowContacts"