Interface IInlineQueryResultArticle

Represents a link to an article or web page.

Hierarchy

  • IInlineQueryResultArticle

Properties

description?: string

Optional. Short description of the result

hide_url?: boolean

Optional. Pass True if you don't want the URL to be shown in the message

id: string

Unique identifier for this result, 1-64 Bytes

input_message_content: IInputMessageContent

Content of the message to be sent

reply_markup?: IInlineKeyboardMarkup

Optional. Inline keyboard attached to the message

thumb_height?: number

Optional. Thumbnail height

thumb_url?: string

Optional. Url of the thumbnail for the result

thumb_width?: number

Optional. Thumbnail width

title: string

Title of the result

type: string

Type of the result, must be article

url?: string

Optional. URL of the result

Generated using TypeDoc