MadelineProtoDocs/old_docs/API_docs_v14/constructors/updatePrivacy.md

823 B

title description image
updatePrivacy Privacy rules were changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePrivacy

Back to constructors index

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]];

Or, if you're into Lua:

updatePrivacy={_='updatePrivacy', key=PrivacyKey, rules={PrivacyRule}}