Sha256: 01e595d8ddd3eaae88dbde80b80ce194191c3bdcdd8be52f213f427d40b0a19a

Contents?: true

Size: 475 Bytes

Versions: 3

Compression:

Stored size: 475 Bytes

Contents

module TD::Types
  # A video message.
  #
  # @attr video [TD::Types::Video] The video description.
  # @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-schema-1.7.0.3 lib/tdlib/types/message_content/video.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/video.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/video.rb