@kaguyajs/trss-yunzai-types
    Preparing search index...

    Interface MultiMsgElem

    interface MultiMsgElem {
        compressed?: string;
        content?: string;
        filename: string;
        preview?: string | string[];
        prompt?: string;
        resid: string;
        title?: string;
        type: "multimsg";
    }
    Index

    Properties

    compressed?: string
    content?: string
    filename: string
    preview?: string | string[]
    prompt?: string
    resid: string
    title?: string
    type: "multimsg"