Class: TD::Types::LinkPreviewType::VideoNote

Inherits:
TD::Types::LinkPreviewType show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#video_noteTD::Types::VideoNote

The video note.

Returns:



5
6
7
# File 'lib/tdlib/types/link_preview_type/video_note.rb', line 5

def video_note
  @video_note
end