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

Parameters

Name Type Description
WebappReqId string

Gogram Example

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