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

    Interface RESTPatchAPIGuildSoundboardSoundJSONBody

    interface RESTPatchAPIGuildSoundboardSoundJSONBody {
        emoji_id?: null | string;
        emoji_name?: null | string;
        name?: 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)

    volume?: null | number

    The volume of the soundboard sound, from 0 to 1

    1