Class: TD::Types::InlineQueryResult::Game
- Inherits:
-
TD::Types::InlineQueryResult
- Object
- Dry::Struct
- Base
- TD::Types::InlineQueryResult
- TD::Types::InlineQueryResult::Game
- Defined in:
- lib/tdlib/types/inline_query_result/game.rb
Overview
Represents information about a game.
Instance Attribute Summary collapse
-
#game ⇒ TD::Types::Game
Game result.
-
#id ⇒ TD::Types::String
Unique identifier of the query result.
Method Summary
Methods inherited from Base
Instance Attribute Details
#game ⇒ TD::Types::Game
Game result.
6 7 8 |
# File 'lib/tdlib/types/inline_query_result/game.rb', line 6 def game @game end |
#id ⇒ TD::Types::String
Unique identifier of the query result.
6 7 8 |
# File 'lib/tdlib/types/inline_query_result/game.rb', line 6 def id @id end |