Sha256: 21efd87d6ffee57475e9c8ffd5ac18648e5fbc44e8104851894c7a4392313d23

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

module TD::Types
  # The payload for a game callback button.
  #
  # @attr game_short_name [TD::Types::String] A short name of the game that was attached to the callback button.
  class CallbackQueryPayload::Game < CallbackQueryPayload
    attribute :game_short_name, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/callback_query_payload/game.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/callback_query_payload/game.rb