philia
    Preparing search index...

    AT

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

    Properties

    Properties

    dummy?: boolean

    假AT

    qq: string
    text?: string

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

    type: "at"