Interface RawVoiceChannelEffect

interface RawVoiceChannelEffect {
    animation_id?: number;
    animation_type?: AnimationTypes;
    channel_id: string;
    emoji?: null | PartialEmoji;
    guild_id: string;
    sound_id?: string | number;
    sound_volume?: number;
    user_id: string;
}

Properties

animation_id?: number
animation_type?: AnimationTypes
channel_id: string
emoji?: null | PartialEmoji
guild_id: string
sound_id?: string | number
sound_volume?: number
user_id: string