InlineQueryResultVideo

Link to a page containing an embedded video player or a video file

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

mime_type
string mime_type;

Mime type of the content of video url, “text/html” or “video/mp4”

parse_mode
ParseMode parse_mode;

Parse mode of the caption

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

thumb_url
string thumb_url;

URL of the thumbnail (jpeg only) for the video

title
string title;

Title for the result

type
string type;

Type of the result, must be "video"

video_duration
Duration video_duration;

Video duration

video_height
int video_height;

Video height

video_url
string video_url;

A valid URL for the embedded video player or video file

video_width
int video_width;

Video width

See Also

Meta