class
TelegramBot::BotCommand
- TelegramBot::BotCommand
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/bot_command.crConstructors
- .new(command : String, description : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #command : String
- #command=(command : String)
- #description : String
- #description=(description : String)