import { getArchivedThreads } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";
Get the archived threads for this channel, defaults to public
Parameters
bot: Bot
optional
options: ListArchivedThreads & { type?: "public" | "private" | "privateJoinedThreads"; }