Constructor: updateJoinChatWebViewDecision
Attributes:
| Name | Type | Required |
|---|---|---|
| peer | long | Yes |
| query_id | long | Yes |
| result | JoinChatBotResult | Yes |
Type: Update
Example:
$updateJoinChatWebViewDecision = ['_' => 'updateJoinChatWebViewDecision', 'peer' => long, 'query_id' => long, 'result' => JoinChatBotResult];