MadelineProto/old_docs/API_docs_v33/constructors/privacyValueAllowUsers.md
2017-07-23 16:33:46 +02:00

711 B

title description
privacyValueAllowUsers privacyValueAllowUsers attributes, type and example

Constructor: privacyValueAllowUsers

Back to constructors index

Attributes:

Name Type Required
users Array of int Yes

Type: PrivacyRule

Example:

$privacyValueAllowUsers = ['_' => 'privacyValueAllowUsers', 'users' => [int]];

PWRTelegram json-encoded version:

{"_": "privacyValueAllowUsers", "users": [int]}

Or, if you're into Lua:

privacyValueAllowUsers={_='privacyValueAllowUsers', users={int}}