Interface VoiceChannelEffect

interface VoiceChannelEffect {
    animationID?: number;
    animationType?: AnimationTypes;
}

Properties

animationID?: number
animationType?: AnimationTypes