2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: botInfo
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|
|
|description|[string](../types/string.md) | Required|
|
|
|
|
|commands|Array of [BotCommand](../types/BotCommand.md) | Required|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [BotInfo](../types/BotInfo.md)
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$botInfo = ['_' => botInfo', 'user_id' => int, 'description' => string, 'commands' => [Vector t], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|