MadelineProto/old_docs/API_docs_v55/constructors/channels_channelParticipants.md

29 lines
742 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: channels.channelParticipants
description: channels_channelParticipants attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: channels.channelParticipants
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|count|[int](../types/int.md) | Required|
|participants|Array of [ChannelParticipant](../types/ChannelParticipant.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$channels_channelParticipants = ['_' => 'channels.channelParticipants', 'count' => int, 'participants' => [Vector t], 'users' => [Vector t], ];
```