telegram.InlineQueryResultArticle#
- class telegram.InlineQueryResultArticle(*args, **kwargs)[source]#
Bases:
telegram.InlineQueryResultThis object represents a Telegram InlineQueryResultArticle.
- 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.thumb_url (
str, optional) – Url of the thumbnail for the result.thumb_width (
int, optional) – Thumbnail width.thumb_height (
int, optional) – Thumbnail height.