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