Preview environment

interface GatewayVoiceChannelEffectSendDispatchData

export interface GatewayVoiceChannelEffectSendDispatchData

https://discord.com/developers/docs/topics/gateway-events#voice-channel-effect-send

optional
animation_id? : number

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

optional
animation_type? : VoiceChannelEffectSendAnimationType | null

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

channel_id : Snowflake

ID of the channel the effect was sent in

optional
emoji? : APIEmoji | null

The emoji sent, for emoji reaction and soundboard effects

guild_id : Snowflake

ID of the guild the effect was sent in

optional
sound_id? : Snowflake | number

The ID of the soundboard sound, for soundboard effects

optional
sound_volume? : number

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

user_id : Snowflake

ID of the user who sent the effect