Layer 220
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 InlineBotWebView constructor
obj := &tg.InlineBotWebView{
    Text: "...",
    Url: "...",
}