Interface UserPrivacySettingRuleRestrictContacts

A rule to restrict all contacts of the user from doing something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleRestrictContacts {
    @type: "userPrivacySettingRuleRestrictContacts";
}

Properties

Properties

@type: "userPrivacySettingRuleRestrictContacts"