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

Parameters

Name Type Description
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{
    ViaChatlist: nil,
    Invite: &tg.ExportedChatInvite{},
}