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