MadelineProto/docs/API_docs/constructors/channelParticipantCreator.md

17 lines
326 B
Markdown

## Constructor: channelParticipantCreator
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
### Type: [ChannelParticipant](../types/ChannelParticipant.md)
### Example:
```
$channelParticipantCreator = ['user_id' => int, ];
```