Skip to main content

DiscordVoiceChannelEffectSend

@discordeno/bot


Documentation / @discordeno/bot / DiscordVoiceChannelEffectSend

Interface: DiscordVoiceChannelEffectSend

Defined in: packages/types/dist/types/discord/gateway.d.ts:704

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

Properties

animation_id?

optional animation_id: null | number

Defined in: packages/types/dist/types/discord/gateway.d.ts:716

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


animation_type?

optional animation_type: null | DiscordVoiceChannelEffectAnimationType

Defined in: packages/types/dist/types/discord/gateway.d.ts:714

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


channel_id

channel_id: string

Defined in: packages/types/dist/types/discord/gateway.d.ts:706

ID of the channel the effect was sent in


emoji?

optional emoji: null | DiscordEmoji

Defined in: packages/types/dist/types/discord/gateway.d.ts:712

The emoji sent, for emoji reaction and soundboard effects


guild_id

guild_id: string

Defined in: packages/types/dist/types/discord/gateway.d.ts:708

ID of the guild the effect was sent in


sound_id?

optional sound_id: string | number

Defined in: packages/types/dist/types/discord/gateway.d.ts:718

The ID of the soundboard sound, for soundboard effects


sound_volume?

optional sound_volume: number

Defined in: packages/types/dist/types/discord/gateway.d.ts:720

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


user_id

user_id: string

Defined in: packages/types/dist/types/discord/gateway.d.ts:710

ID of the user who sent the effect