@typed-discord/rest
Preparing search index...
types
SoundboardSoundResponse
Interface SoundboardSoundResponse
interface
SoundboardSoundResponse
{
available
:
boolean
;
emoji_id
:
`
${
bigint
}
`
|
null
;
emoji_name
:
string
|
null
;
guild_id
?:
`
${
bigint
}
`
;
name
:
string
;
sound_id
:
`
${
bigint
}
`
;
user
?:
UserResponse
;
volume
:
number
;
}
Index
Properties
available
emoji_
id
emoji_
name
guild_
id?
name
sound_
id
user?
volume
Properties
available
available
:
boolean
emoji_
id
emoji_id
:
`
${
bigint
}
`
|
null
emoji_
name
emoji_name
:
string
|
null
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
name
name
:
string
sound_
id
sound_id
:
`
${
bigint
}
`
Optional
user
user
?:
UserResponse
volume
volume
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
available
emoji_
id
emoji_
name
guild_
id
name
sound_
id
user
volume
@typed-discord/rest
Loading...