Constructor: messages.chatInviteJoinResultWebView
Attributes:
| Name | Type | Required |
|---|---|---|
| bot_id | long | Yes |
| webview | WebViewResult | Yes |
| users | Array of User | Yes |
Type: messages.ChatInviteJoinResult
Example:
$messages_chatInviteJoinResultWebView = ['_' => 'messages.chatInviteJoinResultWebView', 'bot_id' => long, 'webview' => WebViewResult, 'users' => [User, User]];