Layer 220
ChannelAdminLogEventActionParticipantVolume
channel Admin Log Event. user_id has set the volume of participant. peer to participant. volume
constructor
channelAdminLogEventActionParticipantVolume#3e7f6847 participant:GroupCallParticipant = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Participant | GroupCallParticipant | The participant whose volume was changed |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionParticipantVolume constructor obj := &tg.ChannelAdminLogEventActionParticipantVolume{ Participant: &tg.GroupCallParticipant{}, }