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