Constructor: updateGroupCall
A new groupcall was started
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | long | Yes | The channel/supergroup where this group call or livestream takes place |
call | GroupCall | Yes | Info about the group call or livestream |
Type: Update
Example:
$updateGroupCall = ['_' => 'updateGroupCall', 'chat_id' => long, 'call' => GroupCall];