SetGroupCallParticipantVolumeLevel constructor

SetGroupCallParticipantVolumeLevel(
  1. {required int group_call_id,
  2. required MessageSender participant_id,
  3. required int volume_level,
  4. int? extra,
  5. int? clientId}
)

Changes volume level of a participant of an active group call. If the current user can manage the group call, then the participant's volume level will be changed for all users with the default volume level

Returns Ok

Implementation

SetGroupCallParticipantVolumeLevel