TDLib v0.0.2 TDLib.Object.InputInlineQueryResultAudio View Source
Represents a link to an MP3 audio file.
Name | Type | Description |
---|---|---|
id | string | Unique identifier of the query result. |
title | string | Title of the audio file. |
performer | string | Performer of the audio file. |
audio_url | string | The URL of the audio file. |
audio_duration | number | Audio file duration, in seconds. |
reply_markup | ReplyMarkup | The message reply markup. Must be of type replyMarkupInlineKeyboard or null. |
input_message_content | InputMessageContent | The content of the message to be sent. Must be one of the following types: InputMessageText, InputMessageAudio, InputMessageLocation, InputMessageVenue or InputMessageContact. |
More details on telegram’s documentation.