Layer 220
KeyboardButtonWebView
Button to open a bot mini app using messages. request Web View, sending over user information after user confirmation.
constructor
keyboardButtonWebView#13767230 text:string url:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Button text |
| Url | string | Web app url |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonWebView constructor obj := &tg.KeyboardButtonWebView{ Text: "...", Url: "...", }