Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>InlineQueryResultArticle

Hydration plugin for API calls and context objects.
Latest
interface InlineQueryResultArticle
import { type InlineQueryResultArticle } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

Represents a link to an article or web page.

Properties

type: "article"

Type of the result, must be article

id: string

Unique identifier for this result, 1-64 Bytes

title: string

Title of the result

input_message_content: InputMessageContent

Content of the message to be sent

optional
reply_markup: InlineKeyboardMarkup

Inline keyboard attached to the message

optional
url: string

URL of the result

optional
hide_url: boolean

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

optional
description: string

Short description of the result

optional
thumbnail_url: string

Url of the thumbnail for the result

optional
thumbnail_width: number

Thumbnail width

optional
thumbnail_height: number

Thumbnail height