MadelineProto/docs/API_docs/constructors/channels_channelParticipant.md

18 lines
475 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|
### Type: [channels\_ChannelParticipant](../types/channels\_ChannelParticipant.md)
### Example:
```
$channels_channelParticipant = ['participant' => ChannelParticipant, 'users' => [User], ];
```