Constructor: inputPrivacyValueAllowChatParticipants
Allow only participants of certain chats
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chats | Array of long | Yes | Allowed chat IDs |
Type: InputPrivacyRule
Example:
$inputPrivacyValueAllowChatParticipants = ['_' => 'inputPrivacyValueAllowChatParticipants', 'chats' => [long, long]];