InlineQueryResultArticle
Represents a link to an article or web page.
Properties
type
ts
type: "article";
Type of the result, must be article
id
ts
id: string;
Unique identifier for this result, 1-64 Bytes
title
ts
title: string;
Title of the result
input_message_content
ts
input_message_content: InputMessageContent;
Content of the message to be sent
reply_markup
ts
reply_markup?: InlineKeyboardMarkup;
Inline keyboard attached to the message
url
ts
url?: string;
URL of the result
hide_url
ts
hide_url?: boolean;
Pass True if you don’t want the URL to be shown in the message
description
ts
description?: string;
Short description of the result
thumbnail_url
ts
thumbnail_url?: string;
Url of the thumbnail for the result
thumbnail_width
ts
thumbnail_width?: number;
Thumbnail width
thumbnail_height
ts
thumbnail_height?: number;
Thumbnail height