916 B
916 B
title | description | image |
---|---|---|
channelAdminLogEventActionParticipantInvite | Invite participant | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEventActionParticipantInvite
Invite participant
Attributes:
Name | Type | Required | Description |
---|---|---|---|
participant | ChannelParticipant | Yes | Participant |
Type: ChannelAdminLogEventAction
Example:
$channelAdminLogEventActionParticipantInvite = ['_' => 'channelAdminLogEventActionParticipantInvite', 'participant' => ChannelParticipant];
Or, if you're into Lua:
channelAdminLogEventActionParticipantInvite={_='channelAdminLogEventActionParticipantInvite', participant=ChannelParticipant}