philia
    Preparing search index...

    消息基类

    interface AMessage {
        data: unknown;
        raw?: any;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: unknown

    消息数据

    raw?: any

    平台原始字段

    type: string

    消息类型