Link Search Menu Expand Document

danog\MadelineProto\EventHandler\Channel\ChannelParticipant

Back to index

Author: Daniil Gentili daniil@daniil.it

A participant has left, joined, was banned or admined in a channel or supergroup.

Properties

  • $viaChatlist: bool Whether the participant joined using a chat folder deep link ».
  • $chatId: int Channel ID
  • $date: int Date of the event
  • $actorId: int User that triggered the change (inviter, admin that kicked the user, or the even the userId itself)
  • $userId: int User that was affected by the change
  • $prevParticipant: ?danog\MadelineProto\EventHandler\Participant Previous participant status
  • $newParticipant: ?danog\MadelineProto\EventHandler\Participant New participant status
  • $inviteLink: ?danog\MadelineProto\EventHandler\ChatInvite Chat invite used to join the channel/supergroup

Method list:

Methods:

__construct(\danog\MadelineProto\MTProto $API, array $rawChannelParticipant)

Parameters:

  • $API: \danog\MadelineProto\MTProto
  • $rawChannelParticipant: array

See also:

  • \danog\MadelineProto\MTProto

Generated by danog/phpdoc