MadelineProtoDocs/docs/API_docs/constructors/channelParticipantLeft.md
2024-05-01 14:53:46 +02:00

718 B

title description nav_exclude image
channelParticipantLeft A participant that left the channel/supergroup true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelParticipantLeft

Back to constructors index

A participant that left the channel/supergroup

Attributes:

Name Type Required Description
peer long Yes The peer that left

Type: ChannelParticipant

Example:

$channelParticipantLeft = ['_' => 'channelParticipantLeft', 'peer' => long];