Constructor: businessRecipients
Attributes:
Name | Type | Required |
---|---|---|
existing_chats | Bool | Optional |
new_chats | Bool | Optional |
contacts | Bool | Optional |
non_contacts | Bool | Optional |
exclude_selected | Bool | Optional |
users | Array of long | Optional |
Type: BusinessRecipients
Example:
$businessRecipients = ['_' => 'businessRecipients', 'existing_chats' => Bool, 'new_chats' => Bool, 'contacts' => Bool, 'non_contacts' => Bool, 'exclude_selected' => Bool, 'users' => [long, long]];