Layer 227
constructor
keyboardButtonSimpleWebView#e15c4370 flags:# style:flags.10?KeyboardButtonStyle text:string url:string = KeyboardButton;

Parameters

Name Type Description
Style flags .10? KeyboardButtonStyle Button style, see here for more info on button styles.
Text string Button text
Url string Web app URL

Returns

KeyboardButton

Gogram Example

// Creating KeyboardButtonSimpleWebView constructor
obj := &tg.KeyboardButtonSimpleWebView{
    Style: nil,
    Text: "Hello, World!",
    Url: "Hello, World!",
}