philia
    Preparing search index...

    提及(@)消息段

    interface Mention {
        data: { user_id: number };
        type: "mention";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { user_id: number }

    结构体

    Type declaration

    • user_id: number

      提及的QQ号

    type: "mention"

    类型标识符