MadelineProtoDocs/old_docs/API_docs_v105/constructors/channelAdminLogEventActionParticipantLeave.md
2019-09-13 17:13:55 +02:00

34 lines
627 B
Markdown

---
title: channelAdminLogEventActionParticipantLeave
description: Left participant
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelAdminLogEventActionParticipantLeave
[Back to constructors index](index.md)
Left participant
### Type: [ChannelAdminLogEventAction](../types/ChannelAdminLogEventAction.md)
### Example:
```php
$channelAdminLogEventActionParticipantLeave = ['_' => 'channelAdminLogEventActionParticipantLeave'];
```
Or, if you're into Lua:
```lua
channelAdminLogEventActionParticipantLeave={_='channelAdminLogEventActionParticipantLeave'}
```