MadelineProto/old_docs/API_docs_v40/constructors/privacyValueAllowUsers.md

595 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], ];

Or, if you're into Lua:

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