2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: botCommand
|
|
|
|
description: Represents command supported by bot
|
|
|
|
---
|
|
|
|
## Constructor: botCommand
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Represents command supported by bot
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|command|[string](../types/string.md) | Yes|Text of the bot command|
|
|
|
|
|description|[string](../types/string.md) | Yes|Description of the bot command|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [BotCommand](../types/BotCommand.md)
|
|
|
|
|
|
|
|
|