//[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 | |---|---| | [command](command.md)| [common] val [command](command.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
| | [description](description.md)| [common] val [description](description.md): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|