Skip to main content

DiscordVoiceChannelEffectSend

@discordeno/bot


Documentation / @discordeno/bot / DiscordVoiceChannelEffectSend

Interface: DiscordVoiceChannelEffectSend

Defined in: packages/types/dist/types/discord.d.ts:2754

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.d.ts:2766

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.d.ts:2764

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


channel_id

channel_id: string

Defined in: packages/types/dist/types/discord.d.ts:2756

ID of the channel the effect was sent in


emoji?

optional emoji: null | DiscordEmoji

Defined in: packages/types/dist/types/discord.d.ts:2762

The emoji sent, for emoji reaction and soundboard effects


guild_id

guild_id: string

Defined in: packages/types/dist/types/discord.d.ts:2758

ID of the guild the effect was sent in


sound_id?

optional sound_id: string | number

Defined in: packages/types/dist/types/discord.d.ts:2768

The ID of the soundboard sound, for soundboard effects


sound_volume?

optional sound_volume: number

Defined in: packages/types/dist/types/discord.d.ts:2770

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.d.ts:2760

ID of the user who sent the effect