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

851 B

title description nav_exclude image
channelAdminLogEventActionParticipantInvite A user was invited to the group true 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];