Layer 228
constructor
inlineBotWebView#b57295d5 text:string url:string = InlineBotWebView;

Parameters

Name Type Description
Text string Text of the button
Url string Webapp URL

Gogram Example

// Creating InlineBotWebViewObj constructor
obj := &tg.InlineBotWebViewObj{
    Text: "Hello!",
    Url: "https://example.com",
}