_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

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

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