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