34 lines
627 B
Markdown
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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|