Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Calls\GroupCallParticipants

Back to index

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: int ID 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