MadelineProto/docs/TD_docs/constructors/botCommand.md
2017-08-25 14:43:29 +02:00

24 lines
509 B
Markdown

---
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 |
|----------|---------------|----------|-------------|
|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)