InlineQueryResultCachedVideo

Link to a video file stored on the Telegram servers

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 video to be sent

description
string description;

Short description of the result

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 video

parse_mode
ParseMode parse_mode;

Parse mode of the caption

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

title
string title;

Title for the result

type
string type;

Type of the result, must be "video"

video_file_id
string video_file_id;

A valid file identifier for the video file

See Also

Meta