@typed-discord/rest
    Preparing search index...

    Interface SoundboardPatchRequestPartial

    interface SoundboardPatchRequestPartial {
        emoji_id?: `${bigint}` | null;
        emoji_name?: string | null;
        name?: string;
        volume?: number | null;
    }
    Index

    Properties

    emoji_id?: `${bigint}` | null
    emoji_name?: string | null
    name?: string
    volume?: number | null