Sha256: cfe5af179355511f991cc3dc683ac2523a2e71e849187326fca269abfa1c7ef7

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

module TD::Types
  # The payload for a game callback button.
  #
  # @attr game_short_name [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

1 entries across 1 versions & 1 rubygems

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