Layer 227
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 |
|---|---|---|
| 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{ ViaChatlist: nil, Invite: &tg.ExportedChatInvite{}, }