Class: TD::Types::CallbackQueryPayload::Game
- Inherits:
-
TD::Types::CallbackQueryPayload
- Object
- Dry::Struct
- Base
- TD::Types::CallbackQueryPayload
- TD::Types::CallbackQueryPayload::Game
- Defined in:
- lib/tdlib/types/callback_query_payload/game.rb
Overview
The payload for a game callback button.
Instance Attribute Summary collapse
-
#game_short_name ⇒ TD::Types::String
A short name of the game that was attached to the callback button.
Method Summary
Methods inherited from Base
Instance Attribute Details
#game_short_name ⇒ TD::Types::String
A short name of the game that was attached to the callback button.
5 6 7 |
# File 'lib/tdlib/types/callback_query_payload/game.rb', line 5 def game_short_name @game_short_name end |