MadelineProto/docs/API_docs/constructors/channels_channelParticipant.md
2016-12-19 20:35:27 +03:00

16 lines
513 B
Markdown

## Constructor: channels\_channelParticipant
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type:
[channels\_ChannelParticipant](../types/channels_ChannelParticipant.md)
### Example:
```
$channels_channelParticipant = ['_' => channels_channelParticipant', 'participant' => ChannelParticipant, 'users' => [Vector t], ];
```