Interface VoiceChannelEffect

interface VoiceChannelEffect {
    animationID?: number;
    animationType?: AnimationTypes;
    soundID?: string | number;
    soundVolume?: number;
}

Properties

animationID?: number
animationType?: AnimationTypes
soundID?: string | number
soundVolume?: number

0-1