_GatewayVoiceChannelEffectSendDispachData
Signature
export type _GatewayVoiceChannelEffectSendDispachData = { channel_id: string; guild_id: string; user_id: string; emoji?: APIPartialEmoji | null; animation_type?: AnimationTypes | null; animation_id?: number; sound_id: string | number; sound_volume?: number;};Properties
8Methods
0No methods.
Properties
channel_id: string;ID of the channel the effect was sent in
guild_id: string;ID of the guild the effect was sent in
user_id: string;ID of the user who sent the effect
emoji?: APIPartialEmoji | null;The emoji sent, for emoji reaction and soundboard effects
animation_type?: AnimationTypes | null;The type of emoji animation, for emoji reaction and soundboard effects
animation_id?: number;The ID of the emoji animation, for emoji reaction and soundboard effects
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