InlineQueryResultAudio

Link to an mp3 audio file

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

audio_duration
Duration audio_duration;

Audio duration

audio_url
string audio_url;

A valid URL for the audio file

caption
string caption;

Caption of the audio to be sent

id
string id;

Unique identifier for this result

input_message_content
InputMessageContent input_message_content;

Content of the message to be sent instead of the audio

parse_mode
ParseMode parse_mode;

Parse mode of the caption

performer
string performer;

Performer

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

title
string title;

Title

type
string type;

Type of the result, must be "audio"

See Also

Meta