InlineQueryResultArticle

Link to an article or web page

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

description
string description;

Short description of the result

hide_url
bool hide_url;

Pass true, if you don't want the URL to be shown in the message

id
string id;

Unique identifier for this result

input_message_content
InputMessageContent input_message_content;

Content of the message to be sent

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 for the result

thumb_width
int thumb_width;

Thumbnail width

title
string title;

Title of the result

type
string type;

Type of the result, must be "article"

url
string url;

URL of the result

See Also

Meta