InlineQueryResultDocument

Undocumented in source.

Members

Mixins

__anonymous
mixin InlineQueryFields
Undocumented in source.

Variables

caption
Nullable!string caption;
Undocumented in source.
description
Nullable!string description;
Undocumented in source.
document_url
Nullable!string document_url;
Undocumented in source.
id
string id;
Undocumented in source.
mime_type
Nullable!string mime_type;
Undocumented in source.
parse_mode
Nullable!ParseMode parse_mode;
Undocumented in source.
thumb_height
Nullable!uint thumb_height;
Undocumented in source.
thumb_url
Nullable!string thumb_url;
Undocumented in source.
thumb_width
Nullable!uint thumb_width;
Undocumented in source.
title
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