Layer 220
ChannelAdminLogEventActionParticipantJoinByInvite
A user joined the supergroup/channel using a specific invite link
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 |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantJoinByInvite constructor obj := &tg.ChannelAdminLogEventActionParticipantJoinByInvite{ Invite: &tg.ExportedChatInvite{}, // Optional fields: // ViaChatlist: true, }