bots.RequestedButton
- class pyrogram.raw.types.bots.RequestedButton
Telegram API type.
Constructor of
RequestedButton.- Details:
Layer:
224ID:
F13BBCD7
- Parameters:
webapp_req_id (
str) – N/A
- Functions:
This object can be returned by 1 function.
Telegram API function.
TL Schema
bots.requestedButton#f13bbcd7
webapp_req_id:string
= bots.RequestedButton
Parameter Tree
RequestedButton
└── webapp_req_id →
stringExample
RequestedButton(
webapp_req_id="text",
)