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