mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:07:21 +01:00
20 lines
367 B
Markdown
20 lines
367 B
Markdown
|
---
|
||
|
title: channelParticipantsKicked
|
||
|
description: channelParticipantsKicked attributes, type and example
|
||
|
---
|
||
|
## Constructor: channelParticipantsKicked
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$channelParticipantsKicked = ['_' => 'channelParticipantsKicked', ];
|
||
|
```
|