MadelineProtoDocs/docs/API_docs/constructors/privacyValueDisallowUsers.md

732 B

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

Constructor: privacyValueDisallowUsers

Back to constructors index

Privacy value disallow users

Attributes:

Name Type Required Description
users Array of int Yes Users

Type: PrivacyRule

Example:

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

Or, if you're into Lua:

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