Constructor: channelAdminLogEventActionParticipantJoinByRequest
A new member was accepted to the chat by an admin
Attributes:
Name | Type | Required | Description |
---|---|---|---|
invite | ExportedChatInvite | Yes | The invite link that was used to join the chat |
approved_by | long | Yes | ID of the admin that approved the invite |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantJoinByRequest = ['_' => 'channelAdminLogEventActionParticipantJoinByRequest', 'invite' => ExportedChatInvite, 'approved_by' => long];