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