752 B
752 B
title | description | image |
---|---|---|
updatePrivacy | Update privacy | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePrivacy
Update privacy
Attributes:
Name | Type | Required | Description |
---|---|---|---|
key | PrivacyKey | Yes | Key |
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}}