Constructor: updatePrivacy
Privacy rules were changed
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| key | PrivacyKey | Yes | Peers to which the privacy rules apply |
| rules | Array of PrivacyRule | Yes | New privacy rules |
Type: Update
Example:
$updatePrivacy = ['_' => 'updatePrivacy', 'key' => PrivacyKey, 'rules' => [PrivacyRule, PrivacyRule]];