Link Search Menu Expand Document

Constructor: channelAdminLogEventActionParticipantJoinByInvite

Back to constructors index

A user joined the supergroup/channel using a specific invite link

Attributes:

NameTypeRequiredDescription
via_chatlistBoolOptionalThe participant joined by importing a chat folder deep link ».
inviteExportedChatInviteYesThe invite link used to join the supergroup/channel

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionParticipantJoinByInvite = ['_' => 'channelAdminLogEventActionParticipantJoinByInvite', 'via_chatlist' => Bool, 'invite' => ExportedChatInvite];