InlineQueryResultArticle¶
- class telegram.InlineQueryResultArticle(id, title, input_message_content, reply_markup=None, url=None, hide_url=None, description=None, thumb_url=None, thumb_width=None, thumb_height=None, *, api_kwargs=None)[source]¶
Bases:
telegram.InlineQueryResultThis object represents a Telegram InlineQueryResultArticle.
Examples
- 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.