interface RESTPostAPIGuildSoundboardSoundJSONBody

external
export interface RESTPostAPIGuildSoundboardSoundJSONBody

https://discord.com/developers/docs/resources/soundboard#create-guild-soundboard-sound-json-params

optionalexternal
emoji_id? : Snowflake | null | undefined

The id of the custom emoji for the soundboard sound

optionalexternal
emoji_name? : string | null | undefined

The unicode character of a standard emoji for the soundboard sound

external
name : string

The name of the soundboard sound (2-32 characters)

external
sound : string

The data uri of the mp3 or ogg sound data, base64 encoded, similar to image dataSee https://discord.com/developers/docs/reference#image-data

optionalexternal
volume? : number | null | undefined

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