Skip to main content

DiscordSoundboardSound

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordSoundboardSound

Interface: DiscordSoundboardSound

https://discord.com/developers/docs/resources/soundboard#soundboard-sound-object-soundboard-sound-structure

Properties

available

available: boolean

Whether this sound can be used, may be false due to loss of Server Boosts

Defined in

packages/types/dist/types/discord.d.ts:3522


emoji_id

emoji_id: null | string

The id of this sound's custom emoji

Defined in

packages/types/dist/types/discord.d.ts:3516


emoji_name

emoji_name: null | string

The unicode character of this sound's standard emoji

Defined in

packages/types/dist/types/discord.d.ts:3518


guild_id?

optional guild_id: string

The id of the guild this sound is in

Defined in

packages/types/dist/types/discord.d.ts:3520


name

name: string

The name of this sound

Defined in

packages/types/dist/types/discord.d.ts:3510


sound_id

sound_id: string

The id of this sound

Defined in

packages/types/dist/types/discord.d.ts:3512


user?

optional user: DiscordUser

The user who created this sound

Defined in

packages/types/dist/types/discord.d.ts:3524


volume

volume: number

The volume of this sound, from 0 to 1

Defined in

packages/types/dist/types/discord.d.ts:3514