Constructor: channelAdminLogEventActionParticipantJoinByInvite
A user joined the supergroup/channel using a specific invite link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
via_chatlist | Bool | Optional | The participant joined by importing a chat folder deep link ». |
invite | ExportedChatInvite | Yes | The invite link used to join the supergroup/channel |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantJoinByInvite = ['_' => 'channelAdminLogEventActionParticipantJoinByInvite', 'via_chatlist' => Bool, 'invite' => ExportedChatInvite];