mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 16:07:20 +01:00
530 B
530 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], ];