MadelineProto/docs/API_docs/constructors/account_privacyRules.md
2017-01-19 23:02:27 +01:00

28 lines
600 B
Markdown

---
title: account.privacyRules
description: account_privacyRules attributes, type and example
---
## Constructor: account.privacyRules
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [account\_PrivacyRules](../types/account_PrivacyRules.md)
### Example:
```
$account_privacyRules = ['_' => 'account.privacyRules', 'rules' => [Vector t], 'users' => [Vector t], ];
```