Sha256: fafbd7f46812ed109b68f4ff3efe80cbe833b6e252325dc8433bd2bb25c1ddb7
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
module TD::Types # A video message. # # @attr video [TD::Types::Video] Message content. # @attr caption [TD::Types::FormattedText] Video caption. # @attr is_secret [Boolean] True, if the video thumbnail must be blurred and the video must be shown only while # tapped. class MessageContent::Video < MessageContent attribute :video, TD::Types::Video attribute :caption, TD::Types::FormattedText attribute :is_secret, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/message_content/video.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/message_content/video.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/message_content/video.rb |