InlineQueryResultArticle#
- class pyrogram.types.InlineQueryResultArticle#
Link to an article or web page.
- Parameters:
title (
str
) – Title for the result.input_message_content (
InputMessageContent
) – Content of the message to be sent.id (
str
, optional) – Unique identifier for this result, 1-64 bytes. Defaults to a randomly generated UUID4.url (
str
, optional) – URL of the result.description (
str
, optional) – Short description of the result.reply_markup (
InlineKeyboardMarkup
, optional) – Inline keyboard attached to the message.thumb_url (
str
, optional) – Url of the thumbnail for the result.thumb_width (
int
, optional) – Thumbnail width.thumb_height (
int
, optional) – Thumbnail height