Inline mode

InlineQueryResultArticle

Represents a link to an article or web page.

fields

fieldtyperequireddescription
typestringrequiredType of the result, must be article
idstringrequiredUnique identifier for this result, 1-64 Bytes
titlestringrequiredTitle of the result
input_message_contentInputMessageContentrequiredContent of the message to be sent
reply_markupInlineKeyboardMarkupoptionalOptional. Inline keyboard attached to the message
urlstringoptionalOptional. URL of the result
descriptionstringoptionalOptional. Short description of the result
thumbnail_urlstringoptionalOptional. Url of the thumbnail for the result
thumbnail_widthnumberoptionalOptional. Thumbnail width
thumbnail_heightnumberoptionalOptional. Thumbnail height

import

types.ts
import type { InlineQueryResultArticle } from "@yaebal/types";

used by

types