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