475 B
475 B
Constructor: channels_channelParticipant
Attributes:
Name | Type | Required |
---|---|---|
participant | ChannelParticipant | Required |
users | Array of User | Required |
Type: channels_ChannelParticipant
Example:
$channels_channelParticipant = ['participant' => ChannelParticipant, 'users' => [User], ];