MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionP...

956 B

title description image
channelAdminLogEventActionParticipantInvite A user was invited to the group https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionParticipantInvite

Back to constructors index

A user was invited to the group

Attributes:

Name Type Required Description
participant ChannelParticipant Yes The user that was invited

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantInvite = ['_' => 'channelAdminLogEventActionParticipantInvite', 'participant' => ChannelParticipant];

Or, if you're into Lua:

channelAdminLogEventActionParticipantInvite={_='channelAdminLogEventActionParticipantInvite', participant=ChannelParticipant}