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

1.0 KiB

//docs/dev.inmo.tgbotapi.types/BotCommand

BotCommand

[common] data class BotCommand(command: String, description: String)

Properties

Name Summary
command [common] val command: String
description [common] val description: String