Sha256: a80ca1a53a4ca9e58b27b09d4b419326aa9190292d3e074f77e8523810b2adec

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

module TD::Types
  # Represents a game.
  #
  # @attr id [TD::Types::String] Unique identifier of the query result.
  # @attr game_short_name [TD::Types::String] Short name of the game.
  # @attr reply_markup [TD::Types::ReplyMarkup] Message reply markup.
  #   Must be of type {TD::Types::ReplyMarkup::InlineKeyboard} or null.
  class InputInlineQueryResult::Game < InputInlineQueryResult
    attribute :id, TD::Types::String
    attribute :game_short_name, TD::Types::String
    attribute :reply_markup, TD::Types::ReplyMarkup
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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