811 B
811 B
title | description | image |
---|---|---|
updatePrivacy | Privacy rules were changed | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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 | Rules |
Type: Update
Example:
$updatePrivacy = ['_' => 'updatePrivacy', 'key' => PrivacyKey, 'rules' => [PrivacyRule, PrivacyRule]];
Or, if you're into Lua:
updatePrivacy={_='updatePrivacy', key=PrivacyKey, rules={PrivacyRule}}