Class: TD::Types::InputInlineQueryResult::Game
- Inherits:
-
TD::Types::InputInlineQueryResult
- Object
- Dry::Struct
- Base
- TD::Types::InputInlineQueryResult
- TD::Types::InputInlineQueryResult::Game
- Defined in:
- lib/tdlib/types/input_inline_query_result/game.rb
Overview
Represents a game.
Instance Attribute Summary collapse
-
#game_short_name ⇒ TD::Types::String
Short name of the game.
-
#id ⇒ TD::Types::String
Unique identifier of the query result.
-
#reply_markup ⇒ TD::Types::ReplyMarkup
Message reply markup.
Method Summary
Methods inherited from Base
Instance Attribute Details
#game_short_name ⇒ TD::Types::String
Short name of the game.
8 9 10 |
# File 'lib/tdlib/types/input_inline_query_result/game.rb', line 8 def game_short_name @game_short_name end |
#id ⇒ TD::Types::String
Unique identifier of the query result.
8 9 10 |
# File 'lib/tdlib/types/input_inline_query_result/game.rb', line 8 def id @id end |
#reply_markup ⇒ TD::Types::ReplyMarkup
Message reply markup. Must be of type ReplyMarkup::InlineKeyboard or null.
8 9 10 |
# File 'lib/tdlib/types/input_inline_query_result/game.rb', line 8 def reply_markup @reply_markup end |