Skip to content

InlineQueryResultArticle

Type · TDLib 1.8.67 · d1085f9c

Represents a link to an article or web page

InlineQueryResultArticle(
  id: string,
  url: string,
  title: string,
  description: string,
  thumbnail: Thumbnail
) → InlineQueryResult

id

string

Unique identifier of the query result

url

string

URL of the result, if it exists

title

string

Title of the result

description

string

A short description of the result

thumbnail

Thumbnail

Result thumbnail in JPEG format; may be null