interface GatewayVoiceChannelEffectSendDispatchData

external
export interface GatewayVoiceChannelEffectSendDispatchData

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

optionalexternal
animation_id? : number

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

optionalexternal
animation_type? : VoiceChannelEffectSendAnimationType | null

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

external
channel_id : Snowflake

ID of the channel the effect was sent in

optionalexternal
emoji? : APIEmoji | null

The emoji sent, for emoji reaction and soundboard effects

external
guild_id : Snowflake

ID of the guild the effect was sent in

optionalexternal
sound_id? : Snowflake | number

The ID of the soundboard sound, for soundboard effects

optionalexternal
sound_volume? : number

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

external
user_id : Snowflake

ID of the user who sent the effect