InlineQueryResultAudio

fun InlineQueryResultAudio(id: String, audioUrl: String, title: String, caption: String? = null, parseMode: String? = null, captionEntities: List<MessageEntity> = emptyList(), performer: String? = null, audioDuration: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null, type: String)

Parameters

id

Unique identifier for this result, 1-64 bytes

audioUrl

A valid URL for the audio file

title

Title

caption

Optional. Caption, 0-1024 characters after entities parsing

parseMode

Optional. Mode for parsing entities in the audio caption. See formatting options for more details.

captionEntities

Optional. List of special entities that appear in the caption, which can be specified instead of parse_mode

performer

Optional. Performer

audioDuration

Optional. Audio duration in seconds

replyMarkup

Optional. Inline keyboard attached to the message

inputMessageContent

Optional. Content of the message to be sent instead of the audio

type

Type of the result, must be audio