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