mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-11 16:50:37 +01:00
30 lines
718 B
Markdown
30 lines
718 B
Markdown
|
---
|
||
|
title: "channelParticipantLeft"
|
||
|
description: "A participant that left the channel/supergroup"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: channelParticipantLeft
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
A participant that left the channel/supergroup
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|peer|[long](/API_docs/types/long.html) | Yes|The peer that left|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelParticipant](/API_docs/types/ChannelParticipant.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$channelParticipantLeft = ['_' => 'channelParticipantLeft', 'peer' => long];
|
||
|
```
|