Constructor: inputPrivacyValueAllowUsers
Allow only certain users
Attributes:
Name | Type | Required | Description |
---|---|---|---|
users | Array of Username, chat ID, Update, Message or InputUser | Yes | Allowed users |
Type: InputPrivacyRule
Example:
$inputPrivacyValueAllowUsers = ['_' => 'inputPrivacyValueAllowUsers', 'users' => [InputUser, InputUser]];