MadelineProtoDocs/docs/TD_docs/constructors/privacyRules.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

779 B

title description image
privacyRules List of privacy rules. Rules are matched in the specified order. First matched rule defines privacy setting for a given user. If no rule matches action is not allowed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyRules

Back to constructors index

List of privacy rules. Rules are matched in the specified order. First matched rule defines privacy setting for a given user. If no rule matches action is not allowed

Attributes:

Name Type Required Description
rules Array of PrivacyRule Yes List of rules

Type: PrivacyRules