Constructor: updateGroupCall
A new groupcall was started
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| live_story | Bool | Optional | |
| peer | long | Optional | |
| call | GroupCall | Yes | Info about the group call or livestream |
Type: Update
Example:
$updateGroupCall = ['_' => 'updateGroupCall', 'live_story' => Bool, 'peer' => long, 'call' => GroupCall];