Method: TD::Types::InputMessageContent::VoiceNote#duration
- Defined in:
- lib/tdlib/types/input_message_content/voice_note.rb
#duration ⇒ Integer
Duration of the voice note, in seconds.
8 9 10 |
# File 'lib/tdlib/types/input_message_content/voice_note.rb', line 8 def duration @duration end |