Link Search Menu Expand Document

Constructor: channelAdminLogEventActionParticipantJoinByRequest

Back to constructors index

A new member was accepted to the chat by an admin

Attributes:

NameTypeRequiredDescription
inviteExportedChatInviteYesThe invite link that was used to join the chat
approved_bylongYesID of the admin that approved the invite

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantJoinByRequest = ['_' => 'channelAdminLogEventActionParticipantJoinByRequest', 'invite' => ExportedChatInvite, 'approved_by' => long];