InlineQueryResult
Represents a single result of an inline query.
The InlineQueryResultUnion
type represents one of the following types:
keyboard_arrow_upkeyboard_arrow_down
Article
Contact
Location
Venue
Game
Animation
Audio
Document
Photo
Sticker
Video
VoiceNote
InlineQueryResultArticle
Represents a link to an article or web page.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "inlineQueryResultArticle" | |
id | string | Unique identifier of the query result |
url | string | URL of the result, if it exists |
hideUrl | boolean | True, if the URL must be not shown |
title | string | Title of the result |
description | string | A short description of the result |
thumbnail | Result thumbnail in JPEG format; may be null |