function getPrivateArchivedThreadsimport { getPrivateArchivedThreads } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; getPrivateArchivedThreads(bot: Bot,channelId: BigString,options?: ListArchivedThreads,): Promise<ArchivedThreads>Gets the list of private archived threads for a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to get the archived threads for. optionaloptions: ListArchivedThreads The parameters for the fetching of threads. ReturnsPromise<ArchivedThreads>An instance of ArchivedThreads.