Sha256: 36cfcb2f6468de1558548b6514b2183b0a7410d82789ba7d463a9d008ca29933

Contents?: true

Size: 517 Bytes

Versions: 3

Compression:

Stored size: 517 Bytes

Contents

module TD::Types
  # Represents a game.
  #
  # @attr id [String] Unique identifier of the query result.
  # @attr game_short_name [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

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/input_inline_query_result/game.rb
tdlib-ruby-2.2.0 lib/tdlib/types/input_inline_query_result/game.rb
tdlib-ruby-2.1.0 lib/tdlib/types/input_inline_query_result/game.rb