Constructor: updateGroupCallParticipants
The participant list of a certain group call has changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
call | InputGroupCall | Yes | Group call |
participants | Array of GroupCallParticipant | Yes | New participant list |
version | int | Yes | Version |
Type: Update
Example:
$updateGroupCallParticipants = ['_' => 'updateGroupCallParticipants', 'call' => InputGroupCall, 'participants' => [GroupCallParticipant, GroupCallParticipant], 'version' => int];