订阅/查询在线状态原始响应(服务端返回)。

interface SubscribePresenceRawResponse {
    result?: readonly {
        uid?: string;
        status?: Record<string, unknown>;
        ext?: string;
        last_time?: number;
        expiry?: number;
    }[];
}

Properties

Properties

result?: readonly {
    uid?: string;
    status?: Record<string, unknown>;
    ext?: string;
    last_time?: number;
    expiry?: number;
}[]

结果列表。