Constructor: connectedBot
Attributes:
Name | Type | Required |
---|---|---|
can_reply | Bool | Optional |
bot_id | long | Yes |
recipients | BusinessBotRecipients | Yes |
Type: ConnectedBot
Example:
$connectedBot = ['_' => 'connectedBot', 'can_reply' => Bool, 'bot_id' => long, 'recipients' => BusinessBotRecipients];