Layer 224
BotsRequestWebViewButton
method
bots.requestWebViewButton#31a2a35e user_id:InputUser button:KeyboardButton = bots.RequestedButton;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | InputUser | |
| Button | KeyboardButton |
Returns
bots.RequestedButtonGogram Example
// BotsRequestWebViewButton - positional arguments result, err := client.BotsRequestWebViewButton(&tg.InputUserSelf{}, &tg.KeyboardButton{}) if err != nil { // handle error } // result is *tg.BotsRequestedButton