danog\MadelineProto\EventHandler\Channel\ChannelParticipant
Author: Daniil Gentili daniil@daniil.it
A participant has left, joined, was banned or admin’d in a channel or supergroup.
Properties
$viaChatlist:boolWhether the participant joined using a chat folder deep link ».$chatId:intChannel ID$date:intDate of the event$actorId:intUser that triggered the change (inviter, admin that kicked the user, or the even the userId itself)$userId:intUser that was affected by the change$prevParticipant:?danog\MadelineProto\EventHandler\ParticipantPrevious participant status$newParticipant:?danog\MadelineProto\EventHandler\ParticipantNew participant status$inviteLink:?danog\MadelineProto\EventHandler\ChatInviteChat 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