messages.BotApp#

class pyrogram.raw.types.messages.BotApp#

Contains information about a direct link Mini App.

Constructor of BotApp.

Details:
  • Layer: 158

  • ID: EB50ADF5

Parameters:
  • app (BotApp) – Bot app information.

  • inactive (bool, optional) – Whether the web app was never used by the user, and confirmation must be asked from the user before opening it.

  • request_write_access (bool, optional) – The bot is asking permission to send messages to the user: if the user agrees, set the write_allowed flag when invoking messages.requestAppWebView.

Functions:

This object can be returned by 1 function.

messages.GetBotApp

Obtain information about a direct link Mini App.