BotInlineMessageText#

class pyrogram.raw.types.BotInlineMessageText#

Send a simple text message.

Constructor of BotInlineMessage.

Details:
  • Layer: 158

  • ID: 8C7F65E2

Parameters:
  • message (str) – The message.

  • no_webpage (bool, optional) – Disable webpage preview.

  • entities (List of MessageEntity, optional) – Message entities for styled text.

  • reply_markup (ReplyMarkup, optional) – Inline keyboard.