MatrixSyncResponseCopyimport 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]