Class: TD::Types::LinkPreviewType::VoiceNote

Inherits:
TD::Types::LinkPreviewType show all
Defined in:
lib/tdlib/types/link_preview_type/voice_note.rb

Overview

The link is a link to a voice note message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#voice_noteTD::Types::VoiceNote

The voice note.

Returns:



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

def voice_note
  @voice_note
end