InlineQueryResultArticle¶
- class telegram.InlineQueryResultArticle(id, title, input_message_content, reply_markup=None, url=None, hide_url=None, description=None, thumbnail_url=None, thumbnail_width=None, thumbnail_height=None, *, api_kwargs=None)[source]¶
Bases:
telegram.InlineQueryResult
This object represents a Telegram InlineQueryResultArticle.
Examples
Changed in version 20.5: Removed the deprecated arguments and attributes
thumb_*
.- Parameters:
input_message_content (
telegram.InputMessageContent
) – Content of the message to be sent.reply_markup (
telegram.InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.hide_url (
bool
, optional) – PassTrue
, if you don’t want the URL to be shown in the message.description (
str
, optional) – Short description of the result.thumbnail_url (
str
, optional) –Url of the thumbnail for the result.
Added in version 20.2.
thumbnail_width (
int
, optional) –Thumbnail width.
Added in version 20.2.
thumbnail_height (
int
, optional) –Thumbnail height.
Added in version 20.2.