Constructor: account.privacyRules
Privacy rules
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| rules | Array of PrivacyRule | Yes | Privacy rules |
| chats | Array of Chat | Yes | Chats to which the rules apply |
| users | Array of User | Yes | Users to which the rules apply |
Type: account.PrivacyRules
Example:
$account_privacyRules = ['_' => 'account.privacyRules', 'rules' => [PrivacyRule, PrivacyRule], 'chats' => [Chat, Chat], 'users' => [User, User]];