Interface UserPrivacySettingRuleAllowBots

A rule to allow all bots to do something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleAllowBots {
    @type: "userPrivacySettingRuleAllowBots";
}

Properties

Properties

@type: "userPrivacySettingRuleAllowBots"