2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: channels\_channelParticipants
|
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$channels_channelParticipants = ['_' => channels_channelParticipants', 'count' => int, 'participants' => [Vector t], 'users' => [Vector t], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|