KeyboardButtonSimpleWebView#

class pyrogram.raw.types.KeyboardButtonSimpleWebView#

Button to open a bot mini app using messages.requestSimpleWebView, without sending user information to the web app.

Constructor of KeyboardButton.

Details:
  • Layer: 158

  • ID: A0C0505C

Parameters:
  • text (str) – Button text.

  • url (str) – Web app URL.