TDLib v0.0.2 TDLib.Object.InlineQueryResultArticle View Source

Represents a link to an article or web page.

NameTypeDescription
idstringUnique identifier of the query result.
urlstringURL of the result, if it exists.
hide_urlboolTrue, if the URL must be not shown.
titlestringTitle of the result.
descriptionstringA short description of the result.
thumbnailphotoSizeResult thumbnail; may be null.

More details on telegram’s documentation.