class
TD::InputMessageContent::Game
- TD::InputMessageContent::Game
- TD::InputMessageContent
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/input_message_content/game.crConstructors
- .new(bot_user_id : Int64, game_short_name : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #bot_user_id : Int64
- #bot_user_id=(bot_user_id : Int64)
- #game_short_name : String
- #game_short_name=(game_short_name : String)
- #object_type : String
- #object_type=(object_type : String)