889 B
889 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]];
PWRTelegram json-encoded version:
{"_": "updatePrivacy", "key": PrivacyKey, "rules": [PrivacyRule]}
Or, if you're into Lua:
updatePrivacy={_='updatePrivacy', key=PrivacyKey, rules={PrivacyRule}}