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.thumb_url (
str, optional) – URL of the thumbnail for the result.reply_markup (
InlineKeyboardMarkup, optional) – Inline keyboard attached to the message.