interface InlineQueryResultArticleimport { type InlineQueryResultArticle } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.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 optionalthumb_url: stringUrl of the thumbnail for the result optionalthumb_width: numberThumbnail width optionalthumb_height: numberThumbnail height