Layer 220
InlineBotWebView
Specifies an inline mode mini app button, shown on top of the inline query results list.
constructor
inlineBotWebView#b57295d5 text:string url:string = InlineBotWebView;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Text of the button |
| Url | string | Webapp URL |
Returns
InlineBotWebViewGogram Example
// Creating InlineBotWebView constructor obj := &tg.InlineBotWebView{ Text: "...", Url: "...", }