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