1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-26 01:45:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types/-bot-command/index.md
2021-03-17 15:18:37 +00:00

16 lines
1.0 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types](../index.md)/[BotCommand](index.md)
# BotCommand
[common] data class [BotCommand](index.md)(**command**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), **description**: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html))
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types/BotCommand/command/#/PointingToDeclaration/"></a>[command](command.md)| <a name="dev.inmo.tgbotapi.types/BotCommand/command/#/PointingToDeclaration/"></a> [common] val [command](command.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|
| <a name="dev.inmo.tgbotapi.types/BotCommand/description/#/PointingToDeclaration/"></a>[description](description.md)| <a name="dev.inmo.tgbotapi.types/BotCommand/description/#/PointingToDeclaration/"></a> [common] val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br>|