mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
718 B
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
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];