danog\MadelineProto\EventHandler\Calls\GroupCallParticipants
Author: Daniil Gentili daniil@daniil.it
Participants of a group call joined, left, or changed state (muted, video, volume, raised hand…),
from updateGroupCallParticipants.
Properties
$callId:intID of the group call.$participants:array<int, Participant>The participants that changed, by their bot API peer ID.$left:list<int>Bot API peer IDs of the participants that left the call. — Generated by danog/phpdoc