MadelineProtoDocs/old_docs/API_docs_v102/constructors/channelAdminLogEventActionParticipantInvite.md
2019-06-24 15:45:02 +02:00

916 B

title description image
channelAdminLogEventActionParticipantInvite Invite participant https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantInvite

Back to constructors index

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}