1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 14:27:00 +01:00
MadelineProto/docs/TD_docs/constructors/privacyRules.md

23 lines
713 B
Markdown
Raw Normal View History

---
title: privacyRules
description: 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
---
## Constructor: privacyRules
[Back to constructors index](index.md)
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 |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|rules|Array of [PrivacyRule](../constructors/PrivacyRule.md) | Yes|List of rules|
### Type: [PrivacyRules](../types/PrivacyRules.md)