Layer 227
MessagesChatInviteJoinResultWebView
Chat-invite join that requires the user to complete a bot Web App before joining.
constructor
messages.chatInviteJoinResultWebView#2f51c337 bot_id:long webview:WebViewResult users:Vector<User> = messages.ChatInviteJoinResult;
Parameters
| Name | Type | Description |
|---|---|---|
| BotId | long | |
| Webview | WebViewResult | |
| Users | Vector<User> |
Returns
messages.ChatInviteJoinResultGogram Example
// Creating MessagesChatInviteJoinResultWebView constructor obj := &tg.MessagesChatInviteJoinResultWebView{ BotId: int64(1234567890), Webview: &tg.WebViewResult{}, Users: []tg.User{&tg.User{}}, }