TDLib v0.0.2 TDLib.Object.InputMessageAudio View Source
An audio message.
Name | Type | Description |
---|---|---|
audio | InputFile | Audio file to be sent. |
album_cover_thumbnail | inputThumbnail | Thumbnail of the cover for the album, if available. |
duration | number | Duration of the audio, in seconds; may be replaced by the server. |
title | string | Title of the audio; 0-64 characters; may be replaced by the server. |
performer | string | Performer of the audio; 0-64 characters, may be replaced by the server. |
caption | formattedText | Audio caption; 0-200 characters. |
More details on telegram’s documentation.