Layer 227
constructor
bots.requestedButton#f13bbcd7 webapp_req_id:string = bots.RequestedButton;

Parameters

Name Type Description
WebappReqId string Mini App request ID, to be passed by the bot to the Mini App and then back to bots. get Requested Web View Button and messages. send Bot Requested Peer

Gogram Example

// Creating BotsRequestedButtonObj constructor
obj := &tg.BotsRequestedButtonObj{
    WebappReqId: "Hello, World!",
}