Layer 220
constructor
channelAdminLogEventActionParticipantJoinByInvite#fe9fc158 flags:# via_chatlist:flags.0?true invite:ExportedChatInvite = ChannelAdminLogEventAction;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
ViaChatlist flags.0?true The participant joined by importing a chat folder deep link.
Invite ExportedChatInvite The invite link used to join the supergroup/channel

Gogram Example

// Creating ChannelAdminLogEventActionParticipantJoinByInvite constructor
obj := &tg.ChannelAdminLogEventActionParticipantJoinByInvite{
    Invite: &tg.ExportedChatInvite{},

    // Optional fields:
    // ViaChatlist: true,
}