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