mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
1011 B
1011 B
title | description | nav_exclude | image |
---|---|---|---|
updateGroupCallParticipants | The participant list of a certain group call has changed | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];