Skip to main content

DiscordVoiceChannelEffectSend

Documentation


Documentation / @discordeno/types / DiscordVoiceChannelEffectSend

Interface: DiscordVoiceChannelEffectSend

Defined in: discord/gateway.ts:1000

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

Properties

animation_id?

optional animation_id?: number

Defined in: discord/gateway.ts:1012

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


animation_type?

optional animation_type?: DiscordVoiceChannelEffectAnimationType | null

Defined in: discord/gateway.ts:1010

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


channel_id

channel_id: string

Defined in: discord/gateway.ts:1002

ID of the channel the effect was sent in


emoji?

optional emoji?: DiscordEmoji | null

Defined in: discord/gateway.ts:1008

The emoji sent, for emoji reaction and soundboard effects


guild_id

guild_id: string

Defined in: discord/gateway.ts:1004

ID of the guild the effect was sent in


sound_id?

optional sound_id?: string | number

Defined in: discord/gateway.ts:1014

The ID of the soundboard sound, for soundboard effects


sound_volume?

optional sound_volume?: number

Defined in: discord/gateway.ts:1016

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


user_id

user_id: string

Defined in: discord/gateway.ts:1006

ID of the user who sent the effect