TDLib v0.0.2 TDLib.Object.InputMessageVoiceNote View Source
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 | string | Waveform representation of the voice note, in 5-bit format. |
caption | formattedText | Voice note caption; 0-200 characters. |
More details on telegram’s documentation.