Class: TD::Types::CallbackQueryPayload::Game

Inherits:
TD::Types::CallbackQueryPayload show all
Defined in:
lib/tdlib/types/callback_query_payload/game.rb

Overview

The payload for a game callback button.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#game_short_nameTD::Types::String

A short name of the game that was attached to the callback button.

Returns:

  • (TD::Types::String)

    the current value of game_short_name



5
6
7
# File 'lib/tdlib/types/callback_query_payload/game.rb', line 5

def game_short_name
  @game_short_name
end