Constructor: inputPrivacyValueDisallowUsers
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]];