@typed-discord/rest
Preparing search index...
types
SoundboardSoundResponse
Function SoundboardSoundResponse
SoundboardSoundResponse
(
name
:
string
,
sound_id
:
`
${
bigint
}
`
,
volume
:
number
,
emoji_id
:
`
${
bigint
}
`
|
null
,
emoji_name
:
string
|
null
,
available
:
boolean
,
optional
?:
Omit
<
SoundboardSoundResponse
,
"name"
|
"emoji_id"
|
"emoji_name"
|
"available"
|
"volume"
|
"sound_id"
,
>
,
)
:
SoundboardSoundResponse
Parameters
name
:
string
sound_id
:
`
${
bigint
}
`
volume
:
number
emoji_id
:
`
${
bigint
}
`
|
null
emoji_name
:
string
|
null
available
:
boolean
Optional
optional
:
Omit
<
SoundboardSoundResponse
,
"name"
|
"emoji_id"
|
"emoji_name"
|
"available"
|
"volume"
|
"sound_id"
,
>
Returns
SoundboardSoundResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...