Sha256: f7b7c6f9cc1bd266673b971ac1965ccbeca513bc23b2d23debdec7ae563250db

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

module TD::Types
  # Represents information about a game.
  #
  # @attr id [String] Unique identifier of the query result.
  # @attr game [TD::Types::Game] Game result.
  class InlineQueryResult::Game < InlineQueryResult
    attribute :id, TD::Types::String
    attribute :game, TD::Types::Game
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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