interface GatewayVoiceChannelEffectSendDispatchData {
    animation_id?: number;
    animation_type?: null | VoiceChannelEffectSendAnimationType;
    channel_id: string;
    emoji?: null | APIEmoji;
    guild_id: string;
    sound_id?: string | number;
    sound_volume?: number;
    user_id: string;
}

Properties

animation_id?: number

The ID of the emoji animation, for emoji reaction and soundboard effects

animation_type?: null | VoiceChannelEffectSendAnimationType

The type of emoji animation, for emoji reaction and soundboard effects

channel_id: string

ID of the channel the effect was sent in

emoji?: null | APIEmoji

The emoji sent, for emoji reaction and soundboard effects

guild_id: string

ID of the guild the effect was sent in

sound_id?: string | number

The ID of the soundboard sound, for soundboard effects

sound_volume?: number

The volume of the soundboard sound, from 0 to 1, for soundboard effects

user_id: string

ID of the user who sent the effect