class
TD::BotCommand
- TD::BotCommand
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/bot_command.crConstructors
- .new(command : String, description : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #command : String
- #command=(command : String)
- #description : String
- #description=(description : String)
- #object_type : String
- #object_type=(object_type : String)