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

    Interface AtElem

    AT

    interface AtElem {
        dummy?: boolean;
        id?: string;
        qq: string | number;
        text?: string;
        type: "at";
    }
    Index

    Properties

    Properties

    dummy?: boolean

    假AT

    id?: string
    qq: string | number
    text?: string

    AT后跟的字符串,接收消息时有效

    type: "at"