philia
    Preparing search index...
    interface ANotice {
        notice_type: string;
        post_type: "notice";
        self_id: number;
        time: number;
        user_id: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    notice_type: string

    post_type

    post_type: "notice"

    表示该上报的类型, 消息, 消息发送, 请求, 通知, 或元事件

    self_id: number

    收到事件的机器人的 QQ 号

    time: number

    事件发生的unix时间戳

    user_id: number