Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIGuildSoundboardSoundJSONBody

    interface RESTPostAPIGuildSoundboardSoundJSONBody {
        emoji_id?: null | string;
        emoji_name?: null | string;
        name: string;
        sound: string;
        volume?: null | number;
    }
    Index

    Properties

    emoji_id?: null | string

    The id of the custom emoji for the soundboard sound

    emoji_name?: null | string

    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 data

    volume?: null | number

    The volume of the soundboard sound, from 0 to 1

    1