InlineQueryResultArticle¶
Represents a link to an article or web page
InlineQueryResultArticle(
id: string,
url: string,
title: string,
description: string,
thumbnail: Thumbnail
) → InlineQueryResult