MadelineProtoDocs/old_docs/API_docs_v102/constructors/updatePrivacy.md
2019-06-24 15:45:02 +02:00

752 B

title description image
updatePrivacy Update privacy https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePrivacy

Back to constructors index

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}}