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

MatrixJoinedRoomsResponse

import type { MatrixJoinedRoomsResponse } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/mod.ts";
interface MatrixJoinedRoomsResponse {
joined_rooms: string[];
}

§Properties

§
joined_rooms: string[]
[src]