Interface UserPrivacySettingRuleAllowUsers

A rule to allow certain specified users to do something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleAllowUsers {
    @type: "userPrivacySettingRuleAllowUsers";
    user_ids: number[];
}

Properties

Properties

@type: "userPrivacySettingRuleAllowUsers"
user_ids: number[]

The user identifiers, total number of users in all rules must not exceed 1000.