InlineQueryResultArticle
Represents a link to an article or web page.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the result, must be article |
id | string | required | Unique identifier for this result, 1-64 Bytes |
title | string | required | Title of the result |
input_message_content | InputMessageContent | required | Content of the message to be sent |
reply_markup | InlineKeyboardMarkup | optional | Optional. Inline keyboard attached to the message |
url | string | optional | Optional. URL of the result |
description | string | optional | Optional. Short description of the result |
thumbnail_url | string | optional | Optional. Url of the thumbnail for the result |
thumbnail_width | number | optional | Optional. Thumbnail width |
thumbnail_height | number | optional | Optional. Thumbnail height |
import
import type { InlineQueryResultArticle } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#inlinequeryresultarticle