Link Search Menu Expand Document

danog\MadelineProto\GroupCall\Participant

Back to index

Author: Daniil Gentili daniil@daniil.it

A participant of a group call, mirroring

groupCallParticipant.

Properties

  • $peerId: int Bot API ID of the peer that joined the call.
  • $source: int WebRTC audio source ID (SSRC) of this participant, 0 if unknown.
  • $date: int When did this participant join the call.
  • $activeDate: ?int When was this participant last active, if ever.
  • $muted: bool Whether the participant is muted.
  • $canSelfUnmute: bool Whether a muted participant may unmute themselves.
  • $mutedByYou: bool Whether we muted this participant only for ourselves.
  • $self: bool Whether this participant is ourselves.
  • $justJoined: bool Whether the participant just joined.
  • $videoJoined: bool Whether the participant is transmitting video.
  • $volume: int Playback volume, from 1 to 20000 where 10000 is 100%.
  • $about: ?string Bio of the participant, if any.
  • $raiseHandRating: ?int Raised hand rating, if the participant raised their hand. — Generated by danog/phpdoc