MadelineProtoDocs/docs/API_docs/constructors/privacyValueAllowUsers.md

708 B

title description image
privacyValueAllowUsers Privacy value allow users https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyValueAllowUsers

Back to constructors index

Privacy value allow users

Attributes:

Name Type Required Description
users Array of int Yes Users

Type: PrivacyRule

Example:

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

Or, if you're into Lua:

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