Class: TD::Types::LinkPreviewType::VideoNote
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::VideoNote
- Defined in:
- lib/tdlib/types/link_preview_type/video_note.rb
Overview
The link is a link to a video note message.
Instance Attribute Summary collapse
-
#video_note ⇒ TD::Types::VideoNote
The video note.
Method Summary
Methods inherited from Base
Instance Attribute Details
#video_note ⇒ TD::Types::VideoNote
The video note.
5 6 7 |
# File 'lib/tdlib/types/link_preview_type/video_note.rb', line 5 def video_note @video_note end |