Class: TD::Types::MessageContent::Video
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::Video
- Defined in:
- lib/tdlib/types/message_content/video.rb
Overview
A video message.
Instance Attribute Summary collapse
-
#caption ⇒ TD::Types::FormattedText
Video caption.
-
#is_secret ⇒ Boolean
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
-
#video ⇒ TD::Types::Video
The video description.
Method Summary
Methods inherited from Base
Instance Attribute Details
#caption ⇒ TD::Types::FormattedText
Video caption.
8 9 10 |
# File 'lib/tdlib/types/message_content/video.rb', line 8 def @caption end |
#is_secret ⇒ Boolean
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
8 9 10 |
# File 'lib/tdlib/types/message_content/video.rb', line 8 def is_secret @is_secret end |
#video ⇒ TD::Types::Video
The video description.
8 9 10 |
# File 'lib/tdlib/types/message_content/video.rb', line 8 def video @video end |