function getPublicArchivedThreadsimport { getPublicArchivedThreads } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; getPublicArchivedThreads(bot: Bot,channelId: BigString,options?: ListArchivedThreads,): Promise<ArchivedThreads>Gets the list of public 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.