Constructor: channelAdminLogEventActionParticipantInvite
A user was invited to the group
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participant | ChannelParticipant | Yes | The user that was invited |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantInvite = ['_' => 'channelAdminLogEventActionParticipantInvite', 'participant' => ChannelParticipant];