Layer 224
method
bots.requestWebViewButton#31a2a35e user_id:InputUser button:KeyboardButton = bots.RequestedButton;

Parameters

Name Type Description
UserId InputUser
Button KeyboardButton

Gogram Example

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