Sha256: e9efa715437cc7607cfc41f466b3d9166241bdadc05a4703076ca458f260965c
Contents?: true
Size: 508 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/inline_query_result/video.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/inline_query_result/video.rb |