MadelineProtoDocs/docs/API_docs/constructors/updateGroupCallParticipants.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];