InlineQueryResultVoice

Link to a voice recording in an .ogg container encoded with OPUS

Members

Functions

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

Variables

caption
string caption;

Caption of the recording 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 voice recording

parse_mode
ParseMode parse_mode;

Parse mode of the caption

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

title
string title;

Recording title

type
string type;

Type of the result, must be "voice"

voice_duration
Duration voice_duration;

Recording duration

voice_url
string voice_url;

A valid URL for the voice recording

See Also

Meta