InputInlineQueryResultAudio¶
Represents a link to an MP3 audio file
InputInlineQueryResultAudio(
id: string,
title: string,
performer: string,
audio_url: string,
audio_duration: int32,
reply_markup: ReplyMarkup,
input_message_content: InputMessageContent
) → InputInlineQueryResult
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¶
int32
Audio file duration, in seconds
reply_markup¶
The message reply markup; pass null if none. Must be of type replyMarkupInlineKeyboard or null
input_message_content¶
The content of the message to be sent. Must be one of the following types: inputMessageText, inputMessageRichMessage, inputMessageAudio, inputMessageInvoice, inputMessageLiveLocation, inputMessageLocation, inputMessageVenue or inputMessageContact