MadelineProtoDocs/docs/TD_docs/constructors/botCommand.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
582 B
Markdown

---
title: botCommand
description: Represents command supported by bot
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)