function getPublicArchivedThreadsimport { getPublicArchivedThreads } from "https://deno.land/x/discordeno@17.0.1/helpers/channels/mod.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.