MadelineProtoDocs/old_docs/API_docs_v105/constructors/channelParticipantsBanned.md

39 lines
744 B
Markdown
Raw Normal View History

2019-09-13 17:13:55 +02:00
---
title: channelParticipantsBanned
description: Channel participants banned
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: channelParticipantsBanned
[Back to constructors index](index.md)
Channel participants banned
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|q|[string](../types/string.md) | Yes|Query|
### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md)
### Example:
```php
$channelParticipantsBanned = ['_' => 'channelParticipantsBanned', 'q' => 'string'];
```
Or, if you're into Lua:
```lua
channelParticipantsBanned={_='channelParticipantsBanned', q='string'}
```