InlineQueryResultMpeg4Gif

Link to a vide animation (H.264/MPEG-4 AVC video without sound)

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 MPEG-4 file 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 video animation

mpeg4_duration
Duration mpeg4_duration;

Video duration

mpeg4_height
int mpeg4_height;

Video height

mpeg4_url
string mpeg4_url;

A valid URL for the MP4 file. File size must not exceed 1MB

mpeg4_width
int mpeg4_width;

Video width

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 static thumbnail (jpeg or gif) for the result

title
string title;

Title for the result

type
string type;

Type of the result, must be "mpeg4_gif"

See Also

Meta