Interface UpdateUserPrivacySettingRules

Some privacy setting rules have been changed. Subtype of Update.

interface UpdateUserPrivacySettingRules {
    @type: "updateUserPrivacySettingRules";
    rules: UserPrivacySettingRules;
    setting: UserPrivacySetting;
}

Properties

Properties

@type: "updateUserPrivacySettingRules"

New privacy rules.

The privacy setting.