mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.0 KiB
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
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];