Class: TD::Types::PageBlock::VoiceNote
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::VoiceNote
- Defined in:
- lib/tdlib/types/page_block/voice_note.rb
Overview
A voice note.
Instance Attribute Summary collapse
-
#caption ⇒ TD::Types::PageBlockCaption
Voice note caption.
-
#voice_note ⇒ TD::Types::VoiceNote?
Voice note; may be null.
Method Summary
Methods inherited from Base
Instance Attribute Details
#caption ⇒ TD::Types::PageBlockCaption
Voice note caption.
6 7 8 |
# File 'lib/tdlib/types/page_block/voice_note.rb', line 6 def @caption end |
#voice_note ⇒ TD::Types::VoiceNote?
Voice note; may be null.
6 7 8 |
# File 'lib/tdlib/types/page_block/voice_note.rb', line 6 def voice_note @voice_note end |