Interface ChatEventVideoChatParticipantVolumeLevelChanged

A video chat participant volume level was changed. Subtype of ChatEventAction.

interface ChatEventVideoChatParticipantVolumeLevelChanged {
    @type: "chatEventVideoChatParticipantVolumeLevelChanged";
    participant_id: MessageSender;
    volume_level: number;
}

Properties

@type: "chatEventVideoChatParticipantVolumeLevelChanged"
participant_id: MessageSender

Identifier of the affected group call participant.

volume_level: number

New value of volume_level; 1-20000 in hundreds of percents.