Sha256: 94e838b49ebc87ec5784c53e1c039cf32d8903b9fefbb5b34f794e24efedf8fd
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
module TD::Types # Represents information about a game. # # @attr id [TD::Types::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
3 entries across 3 versions & 1 rubygems