TDLib v0.0.2 TDLib.Object.InputInlineQueryResultAudio View Source

Represents a link to an MP3 audio file.

NameTypeDescription
idstringUnique identifier of the query result.
titlestringTitle of the audio file.
performerstringPerformer of the audio file.
audio_urlstringThe URL of the audio file.
audio_durationnumberAudio file duration, in seconds.
reply_markupReplyMarkupThe message reply markup. Must be of type replyMarkupInlineKeyboard or null.
input_message_contentInputMessageContentThe 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.