matrix-js-sdk

    Interface MSC3575SlidingSyncResponse

    A complete Sliding Sync response

    interface MSC3575SlidingSyncResponse {
        extensions: Record<string, object>;
        lists: Record<string, ListResponse>;
        pos: string;
        rooms: Record<string, MSC3575RoomData>;
        txn_id?: string;
    }
    Index

    Properties

    extensions: Record<string, object>
    lists: Record<string, ListResponse>
    pos: string
    rooms: Record<string, MSC3575RoomData>
    txn_id?: string
    MMNEPVFCICPMFPCPTTAAATR