mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:07:22 +01:00
18 lines
475 B
Markdown
18 lines
475 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 = ['participant' => ChannelParticipant, 'users' => [User], ];
|
||
|
```
|