Layer 220
constructor
channelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction;

Parameters

Name Type Description
Participant ChannelParticipant The user that was invited

Gogram Example

// Creating ChannelAdminLogEventActionParticipantInvite constructor
obj := &tg.ChannelAdminLogEventActionParticipantInvite{
    Participant: &tg.ChannelParticipant{},
}