InputBotInlineResult#
- class pyrogram.raw.types.InputBotInlineResult#
An inline bot result.
Constructor of
InputBotInlineResult
.- Details:
Layer:
158
ID:
88BF9319
- Parameters:
id (
str
) – ID of result.type (
str
) – Result type (see bot API docs).send_message (
InputBotInlineMessage
) – Message to send when the result is selected.title (
str
, optional) – Result title.description (
str
, optional) – Result description.url (
str
, optional) – URL of result.thumb (
InputWebDocument
, optional) – Thumbnail for result.content (
InputWebDocument
, optional) – Result contents.