Layer 220
constructor
channelAdminLogEventActionParticipantMute#f92424d2 participant:GroupCallParticipant = ChannelAdminLogEventAction;

Parameters

Name Type Description
Participant GroupCallParticipant The participant that was muted

Gogram Example

// Creating ChannelAdminLogEventActionParticipantMute constructor
obj := &tg.ChannelAdminLogEventActionParticipantMute{
    Participant: &tg.GroupCallParticipant{},
}