telegram.InlineQueryResultArticle#

class telegram.InlineQueryResultArticle(*args, **kwargs)[source]#

Bases: telegram.InlineQueryResult

This object represents a Telegram InlineQueryResultArticle.

Parameters
type[source]#

'article'.

Type

str

id[source]#

Unique identifier for this result, 1-64 Bytes.

Type

str

title[source]#

Title of the result.

Type

str

input_message_content[source]#

Content of the message to be sent.

Type

telegram.InputMessageContent

reply_markup[source]#

Optional. Inline keyboard attached to the message.

Type

telegram.InlineKeyboardMarkup

url[source]#

Optional. URL of the result.

Type

str

hide_url[source]#

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

Type

bool

description[source]#

Optional. Short description of the result.

Type

str

thumb_url[source]#

Optional. Url of the thumbnail for the result.

Type

str

thumb_width[source]#

Optional. Thumbnail width.

Type

int

thumb_height[source]#

Optional. Thumbnail height.

Type

int