--- title: channelParticipantCreator description: channelParticipantCreator attributes, type and example --- ## Constructor: channelParticipantCreator [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| ### Type: [ChannelParticipant](../types/ChannelParticipant.md) ### Example: ``` $channelParticipantCreator = ['_' => 'channelParticipantCreator', 'user_id' => int, ]; ```