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