MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md
2024-05-01 14:53:46 +02:00

784 B

title description nav_exclude image
inputPrivacyValueDisallowUsers Disallow only certain users true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyValueDisallowUsers

Back to constructors index

Disallow only certain users

Attributes:

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

Type: InputPrivacyRule

Example:

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