Layer 220
constructor
channelAdminLogEventActionParticipantUnmute#e64429c0 participant:GroupCallParticipant = ChannelAdminLogEventAction;

Parameters

Name Type Description
Participant GroupCallParticipant The participant that was unmuted

Gogram Example

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