Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Calls\ConferenceCallParticipant

Back to index

Author: Daniil Gentili daniil@daniil.it

A participant of an end-to-end encrypted {@see ConferenceCall}, as reconstructed from the

shared-state chain ».

Properties

  • $publicKey: string The participant’s Ed25519 public key.
  • $permissions: int The participant’s permission bits in the shared-state chain.
  • $version: int The protocol version of the shared-state block that last updated this participant.
  • $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