39 lines
744 B
Markdown
39 lines
744 B
Markdown
|
---
|
||
|
title: channelParticipantsKicked
|
||
|
description: Channel participants kicked
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: channelParticipantsKicked
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Channel participants kicked
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|q|[string](../types/string.md) | Yes|Query|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$channelParticipantsKicked = ['_' => 'channelParticipantsKicked', 'q' => 'string'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
channelParticipantsKicked={_='channelParticipantsKicked', q='string'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|