InlineQueryResultGif

Link to an animated GIF 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 GIF file to be sent

gif_duration
Duration gif_duration;

Duration of the GIF

gif_height
int gif_height;

Height of the GIF

gif_url
string gif_url;

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

gif_width
int gif_width;

Width of the GIF

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 GIF animation

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

title
string title;

Title for the result

type
string type;

Type of the result, must be "gif"

See Also

Meta