philia
    Preparing search index...

    发送消息返回

    interface RSendMsg {
        file_id?: string[];
        id: string;
        raw?: any;
        time: number;
    }
    Index

    Properties

    Properties

    file_id?: string[]

    文件ID(如果有发送文件)

    id: string

    发送的消息ID

    raw?: any

    平台原始字段

    time: number

    事件时间,Unix时间戳(秒)