InlineQueryResultGif

Undocumented in source.

Members

Mixins

__anonymous
mixin InlineQueryFields
Undocumented in source.

Variables

caption
Nullable!string caption;
Undocumented in source.
gif_duration
Nullable!uint gif_duration;
Undocumented in source.
gif_height
Nullable!uint gif_height;
Undocumented in source.
gif_url
string gif_url;
Undocumented in source.
gif_width
Nullable!uint gif_width;
Undocumented in source.
id
string id;
Undocumented in source.
parse_mode
Nullable!ParseMode parse_mode;
Undocumented in source.
thumb_url
Nullable!string thumb_url;
Undocumented in source.
title
Nullable!string title;
Undocumented in source.
type
string type;
Undocumented in source.

Mixed In Members

From mixin InlineQueryFields

reply_markup
Nullable!InlineKeyboardMarkup reply_markup;
Undocumented in source.
input_message_content
Nullable!InputMessageContent input_message_content;
Undocumented in source.

Meta