InlineQueryResultDocument

Link to a 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 document to be sent

description
string description;

Short description of the result

document_url
string document_url;

A valid URL for the file

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 file

mime_type
string mime_type;

Mime type of the content of the file, either "application/pdf" or "application/zip"

parse_mode
ParseMode parse_mode;

Parse mode of the caption

reply_markup
InlineKeyboardMarkup reply_markup;

Inline keyboard attached to the message

thumb_height
int thumb_height;

Thumbnail height

thumb_url
string thumb_url;

URL of the thumbnail (jpeg only) for the file

thumb_width
int thumb_width;

Thumbnail width

title
string title;

Title for the result

type
string type;

Type of the result, must be "document"

See Also

Meta