interface InlineQueryResultArticleimport { type InlineQueryResultArticle } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.web.ts"; Represents a link to an article or web page. Propertiestype: "article"Type of the result, must be article id: stringUnique identifier for this result, 1-64 Bytes title: stringTitle of the result input_message_content: InputMessageContentContent of the message to be sent optionalreply_markup: InlineKeyboardMarkupInline keyboard attached to the message optionalurl: stringURL of the result optionalhide_url: booleanPass True if you don't want the URL to be shown in the message optionaldescription: stringShort description of the result optionalthumbnail_url: stringUrl of the thumbnail for the result optionalthumbnail_width: numberThumbnail width optionalthumbnail_height: numberThumbnail height