Layer 227
UpdateJoinChatWebViewDecision
Notifies the client of the gatekeeper bot's decision on a Web App-mediated chat join.
constructor
updateJoinChatWebViewDecision#bdac7e70 peer:Peer query_id:long result:JoinChatBotResult = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | |
| QueryId | long | |
| Result | JoinChatBotResult |
Returns
UpdateGogram Example
// Creating UpdateJoinChatWebViewDecision constructor obj := &tg.UpdateJoinChatWebViewDecision{ Peer: &tg.Peer{}, QueryId: int64(1234567890), Result: &tg.JoinChatBotResult{}, }