Layer 220
ChannelAdminLogEventActionParticipantInvite
A user was invited to the group
constructor
channelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Participant | ChannelParticipant | The user that was invited |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantInvite constructor obj := &tg.ChannelAdminLogEventActionParticipantInvite{ Participant: &tg.ChannelParticipant{}, }