Sha256: ba53e3ae349fd5d4b9ab25848fbd46f3c909e361bcdb8db8ead9cbe015f16462
Contents?: true
Size: 521 Bytes
Versions: 3
Compression:
Stored size: 521 Bytes
Contents
module TD::Types # Represents a document. # # @attr id [TD::Types::String] Unique identifier of the query result. # @attr document [TD::Types::Document] Document. # @attr title [TD::Types::String] Document title. # @attr description [TD::Types::String] Document description. class InlineQueryResult::Document < InlineQueryResult attribute :id, TD::Types::String attribute :document, TD::Types::Document attribute :title, TD::Types::String attribute :description, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems