Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MatrixSyncResponse

import type { MatrixSyncResponse } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/mod.ts";
interface MatrixSyncResponse {
next_batch: string;
rooms: {
join: Map<string, MatrixRoomEvent>;
}
;
}

§Properties

§
next_batch: string
[src]
§
rooms: {
join: Map<string, MatrixRoomEvent>;
}
[src]