Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Calls\MultiCallParticipant

Back to index

Author: Daniil Gentili daniil@daniil.it

A participant of a multi-party call, returned by {@see \danog\MadelineProto\EventHandler\MultiCall::getParticipants()}

and {@see \danog\MadelineProto\EventHandler\MultiCall::getParticipant()}.

The concrete type depends on the call: a {@see \danog\MadelineProto\EventHandler\Calls\GroupCallParticipant} for a group call (video chat or livestream, {@see AbstractGroupCall}), or a {@see ConferenceCallParticipant} for an end-to-end encrypted {@see ConferenceCall}.

Properties

  • $peerId: int Bot API ID of the peer this participant is (a user id, in a conference).

Method list:

Methods:

jsonSerialize(): array<string, mixed>


Generated by danog/phpdoc