<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>PrivacyRule</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link id="style" href="../css/docs.dark.css" rel="stylesheet"> <script> document.getElementById("style").href = "../css/docs." + (localStorage.getItem("theme") || "light") + ".css"; </script> <link href="https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro" rel="stylesheet"> </head> <body> <div id="main_div"><ul class="horizontal"><li><a href="../index.html">API</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="index.html">Types</a></li><img src="../img/arrow.svg" alt="/" /><li><a href="privacy_rule.html">PrivacyRule</a></li></ul><h1>PrivacyRule</h1><h3>Available constructors</h3><p>This type has 12 constructors available.</p><table><tr><td><a href="../constructors/privacy_value_allow_all.html">PrivacyValueAllowAll</a></td><td><a href="../constructors/privacy_value_allow_bots.html">PrivacyValueAllowBots</a></td></tr><tr><td><a href="../constructors/privacy_value_allow_chat_participants.html">PrivacyValueAllowChatParticipants</a></td><td><a href="../constructors/privacy_value_allow_close_friends.html">PrivacyValueAllowCloseFriends</a></td></tr><tr><td><a href="../constructors/privacy_value_allow_contacts.html">PrivacyValueAllowContacts</a></td><td><a href="../constructors/privacy_value_allow_premium.html">PrivacyValueAllowPremium</a></td></tr><tr><td><a href="../constructors/privacy_value_allow_users.html">PrivacyValueAllowUsers</a></td><td><a href="../constructors/privacy_value_disallow_all.html">PrivacyValueDisallowAll</a></td></tr><tr><td><a href="../constructors/privacy_value_disallow_bots.html">PrivacyValueDisallowBots</a></td><td><a href="../constructors/privacy_value_disallow_chat_participants.html">PrivacyValueDisallowChatParticipants</a></td></tr><tr><td><a href="../constructors/privacy_value_disallow_contacts.html">PrivacyValueDisallowContacts</a></td><td><a href="../constructors/privacy_value_disallow_users.html">PrivacyValueDisallowUsers</a></td></tr></table><h3>Requests returning this type</h3><p>No request returns this type.</p><table></table><h3>Requests accepting this type as input</h3><p>No request accepts this type as an input parameter.</p><table></table><h3>Other types containing this type</h3><p>You can find this type as a member of any of the following 3 types.</p><table><tr><td><a href="../constructors/account/privacy_rules.html">PrivacyRules</a></td><td><a href="../constructors/story_item.html">StoryItem</a></td></tr><tr><td><a href="../constructors/update_privacy.html">UpdatePrivacy</a></td></tr></table></div></body></html>