View Source ExTDLib.Object.InlineQueryResultArticle (ExTDLib v0.0.4)

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.
thumbnailthumbnailResult thumbnail in JPEG format; may be null.

More details on telegram's documentation.