philia
    Preparing search index...

    提及用户消息

    interface UserMention {
        data: "user";
        id: string;
        name?: string;
        raw?: any;
        type: "mention";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: "user"

    提及目标

    id: string

    提及目标ID

    name?: string

    用户名

    raw?: any

    平台原始字段

    type: "mention"

    消息类型