MadelineProtoDocs/docs/API_docs/constructors/channelParticipantLeft.md

30 lines
718 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```