mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 03:34:42 +01:00
535 B
535 B
title | description |
---|---|
updatePrivacy | updatePrivacy attributes, type and example |
Constructor: updatePrivacy
Attributes:
Name | Type | Required |
---|---|---|
key | PrivacyKey | Required |
rules | Array of PrivacyRule | Required |
Type: Update
Example:
$updatePrivacy = ['_' => 'updatePrivacy', 'key' => PrivacyKey, 'rules' => [Vector t], ];