View Source ExTDLib.Object.InputMessageVoiceNote (ExTDLib v0.0.4)
A voice note message.
| Name | Type | Description |
|---|---|---|
| voice_note | InputFile | Voice note to be sent. |
| duration | number | Duration of the voice note, in seconds. |
| waveform | bytes | Waveform representation of the voice note in 5-bit format. |
| caption | formattedText | Voice note caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. |
More details on telegram's documentation.