MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowUs...

840 B

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

Constructor: inputPrivacyValueDisallowUsers

Back to constructors index

Privacy value disallow users

Attributes:

Name Type Required Description
users Array of Username, chat ID, Update, Message or InputUser Yes Users

Type: InputPrivacyRule

Example:

$inputPrivacyValueDisallowUsers = ['_' => 'inputPrivacyValueDisallowUsers', 'users' => [InputUser, InputUser]];

Or, if you're into Lua:

inputPrivacyValueDisallowUsers={_='inputPrivacyValueDisallowUsers', users={InputUser}}