Sha256: 7b7b76803dd47908b7120b33cb3fa3f8f554887039c7a004d74387ecd3f99bef
Contents?: true
Size: 488 Bytes
Versions: 4
Compression:
Stored size: 488 Bytes
Contents
module TD::Types # Represents a document. # # @attr id [String] Unique identifier of the query result. # @attr document [TD::Types::Document] Document. # @attr title [String] Document title. # @attr description [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
4 entries across 4 versions & 2 rubygems