MadelineProto/docs/API_docs/constructors/botCommand.md

19 lines
388 B
Markdown
Raw Normal View History

## Constructor: botCommand
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|command|[string](../types/string.md) | Required|
|description|[string](../types/string.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [BotCommand](../types/BotCommand.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$botCommand = ['_' => botCommand', 'command' => string, 'description' => string, ];
```