Layer 228
MessagesRequestChatJoinWebView
method
messages.requestChatJoinWebView#ba9ee679 flags:# query_id:long theme_params:flags.0?DataJSON platform:string = WebViewResult;
Parameters
| Name | Type | Description |
|---|---|---|
| QueryId | long | |
| ThemeParams | flags.0?DataJSON | |
| Platform | string |
Returns
WebViewResultGogram Example
// MessagesRequestChatJoinWebView - using Params struct result, err := client.MessagesRequestChatJoinWebView(&tg.MessagesRequestChatJoinWebViewParams{ QueryId: int64(1234567890), Platform: "example", // Optional fields: // ThemeParams: &tg.DataJson{}, }) if err != nil { // handle error } // result is *tg.WebViewResult