mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
601 B
601 B
title | description |
---|---|
account_privacyRules | account_privacyRules attributes, type and example |
Constructor: account_privacyRules
Attributes:
Name | Type | Required |
---|---|---|
rules | Array of PrivacyRule | Required |
users | Array of User | Required |
Type: account_PrivacyRules
Example:
$account_privacyRules = ['_' => 'account_privacyRules', 'rules' => [Vector t], 'users' => [Vector t], ];