telegramx.js

InlineQueryResultArticle

interface

Represents a link to an article or web page.

Declaration

interface InlineQueryResultArticle 

Properties

descriptionproperty#
description?: string;

Optional. Short description of the result

idproperty#
id: string;

Unique identifier for this result, 1-64 Bytes

input_message_content: InputMessageContent;

Content of the message to be sent

reply_markup?: InlineKeyboardMarkup;

Optional. Inline keyboard attached to the message

thumbnail_height?: number;

Optional. Thumbnail height

thumbnail_url?: string;

Optional. Url of the thumbnail for the result

thumbnail_width?: number;

Optional. Thumbnail width

titleproperty#
title: string;

Title of the result

typeproperty#
type: 'article';

Type of the result, must be article

urlproperty#
url?: string;

Optional. URL of the result