Interface SetGroupCallParticipantVolumeLevel

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. Request type for Tdjson#setGroupCallParticipantVolumeLevel.

interface SetGroupCallParticipantVolumeLevel {
    @type: "setGroupCallParticipantVolumeLevel";
    group_call_id: number;
    participant_id: MessageSender;
    volume_level: number;
}

Properties

@type: "setGroupCallParticipantVolumeLevel"
group_call_id: number

Group call identifier.

participant_id: MessageSender

Participant identifier.

volume_level: number

New participant's volume level; 1-20000 in hundreds of percents.