mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 11:34:41 +01:00
561 B
561 B
title | description |
---|---|
inputPrivacyValueDisallowUsers | inputPrivacyValueDisallowUsers attributes, type and example |
Constructor: inputPrivacyValueDisallowUsers
Attributes:
Name | Type | Required |
---|---|---|
users | Array of InputUser | Required |
Type: InputPrivacyRule
Example:
$inputPrivacyValueDisallowUsers = ['_' => 'inputPrivacyValueDisallowUsers', 'users' => [Vector t], ];