Layer 227
JoinChatBotResultWebView
Gatekeeper bot result that asks the user to complete a Web App to finish joining.
constructor
joinChatBotResultWebView#d6e3b813 url:string = JoinChatBotResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string |
Returns
JoinChatBotResultGogram Example
// Creating JoinChatBotResultWebView constructor obj := &tg.JoinChatBotResultWebView{ Url: "Hello, World!", }