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

    Interface AtElem

    AT

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

    Properties

    Properties

    dummy?: boolean

    假AT

    id?: string

    频道中的tiny_id

    qq: number | "all"

    在频道消息中该值为0

    text?: string

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

    type: "at"