philia
    Preparing search index...

    回复消息

    interface Reply {
        data: string;
        raw?: any;
        summary?: string;
        type: "reply";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: string

    消息ID

    raw?: any

    平台原始字段

    summary?: string

    消息摘要

    type: "reply"

    消息类型