Constructor: updateNewBotConnection
Attributes:
| Name | Type | Required |
|---|---|---|
| confirmed | Bool | Optional |
| bot_id | long | Yes |
| date | int | Optional |
| device | string | Optional |
| location | string | Optional |
Type: Update
Example:
$updateNewBotConnection = ['_' => 'updateNewBotConnection', 'confirmed' => Bool, 'bot_id' => long, 'date' => int, 'device' => 'string', 'location' => 'string'];