RESTPostAPIGuildSoundboardSoundJSONBody

export interface RESTPostAPIGuildSoundboardSoundJSONBody
export interface RESTPostAPIGuildSoundboardSoundJSONBody
https://discord.com/developers/docs/resources/soundboard#create-guild-soundboard-sound-json-params
emoji_id?:Snowflake | null | undefined
The id of the custom emoji for the soundboard sound
emoji_name?:string | null | undefined
The unicode character of a standard emoji for the soundboard sound
name:string
The name of the soundboard sound (2-32 characters)
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
volume?:number | null | undefined
The volume of the soundboard sound, from 0 to 1 1