Skip to main content
Module

x/natico/discordeno_deps.ts>getArchivedThreads

A powerful and customizable framework for Discordeno
Latest
function getArchivedThreads
import { getArchivedThreads } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

Get the archived threads for this channel, defaults to public

Parameters

bot: Bot
channelId: bigint
optional
options: ListPublicArchivedThreads & { type?: "public" | "private" | "privateJoinedThreads"; }