Layer 224
method
bots.getRequestedWebViewButton#bf25b7f3 bot:InputUser webapp_req_id:string = KeyboardButton;

Parameters

Name Type Description
Bot InputUser
WebappReqId string

Returns

KeyboardButton

Gogram Example

// BotsGetRequestedWebViewButton - positional arguments
result, err := client.BotsGetRequestedWebViewButton(&tg.InputUserSelf{}, "Hello, World!")
if err != nil {
    // handle error
}
// result is *tg.KeyboardButton