Layer 220
ChannelAdminLogEventActionParticipantUnmute
A group call participant was unmuted
constructor
channelAdminLogEventActionParticipantUnmute#e64429c0 participant:GroupCallParticipant = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Participant | GroupCallParticipant | The participant that was unmuted |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantUnmute constructor obj := &tg.ChannelAdminLogEventActionParticipantUnmute{ Participant: &tg.GroupCallParticipant{}, }