bots.RequestedButton

class pyrogram.raw.types.bots.RequestedButton

Telegram API type.

Constructor of RequestedButton.

Details:
  • Layer: 224

  • ID: F13BBCD7

Parameters:

webapp_req_id (str) – N/A

Functions:

This object can be returned by 1 function.

bots.RequestWebViewButton

Telegram API function.

TL Schema

bots.requestedButton#f13bbcd7
webapp_req_id:string

= bots.RequestedButton

Parameter Tree

RequestedButton
└── webapp_req_idstring

Example

RequestedButton(
    webapp_req_id="text",
)