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

    Interface SoundboardCreateRequest

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

    Properties

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