MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionParticipantJoinByRequest.md
2024-05-01 14:53:46 +02:00

1.0 KiB

title description nav_exclude image
channelAdminLogEventActionParticipantJoinByRequest A new member was accepted to the chat by an admin true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantJoinByRequest

Back to constructors index

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];