Class: TD::Types::LinkPreviewType::VoiceNote
- Inherits:
-
TD::Types::LinkPreviewType
- Object
- Dry::Struct
- Base
- TD::Types::LinkPreviewType
- TD::Types::LinkPreviewType::VoiceNote
- 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
-
#voice_note ⇒ TD::Types::VoiceNote
The voice note.
Method Summary
Methods inherited from Base
Instance Attribute Details
#voice_note ⇒ TD::Types::VoiceNote
The voice note.
5 6 7 |
# File 'lib/tdlib/types/link_preview_type/voice_note.rb', line 5 def voice_note @voice_note end |