1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 07:39:38 +01:00
MadelineProto/old_docs/API_docs_v46/constructors/channelParticipantsBots.md

38 lines
560 B
Markdown
Raw Normal View History

---
title: channelParticipantsBots
description: channelParticipantsBots attributes, type and example
---
## Constructor: channelParticipantsBots
[Back to constructors index](index.md)
### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md)
### Example:
```
$channelParticipantsBots = ['_' => 'channelParticipantsBots', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"channelParticipantsBots"}
```
Or, if you're into Lua:
```
channelParticipantsBots={_='channelParticipantsBots', }
```