1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:57:46 +01:00
MadelineProto/docs/API_docs/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}, }