Layer 220
constructor
channelAdminLogEventActionParticipantVolume#3e7f6847 participant:GroupCallParticipant = ChannelAdminLogEventAction;

Parameters

Name Type Description
Participant GroupCallParticipant The participant whose volume was changed

Gogram Example

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