MadelineProto/docs/API_docs/constructors/channels_channelParticipant.md

16 lines
513 B
Markdown
Raw Normal View History

## Constructor: channels\_channelParticipant
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Required|
|users|Array of [User](../types/User.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[channels\_ChannelParticipant](../types/channels_ChannelParticipant.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$channels_channelParticipant = ['_' => channels_channelParticipant', 'participant' => ChannelParticipant, 'users' => [Vector t], ];
```