Layer 224
InlineBotWebViewObj
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 InlineBotWebViewObj constructor obj := &tg.InlineBotWebViewObj{ Text: "Hello, World!", Url: "Hello, World!", }