Skip to main content
Module

x/oasis/mod.ts>getArchivedThreads

An object oriented Discordeno framework
Latest
function getArchivedThreads
import { getArchivedThreads } from "https://deno.land/x/oasis@2.1.0/mod.ts";

Get the archived threads for this channel, defaults to public

Parameters

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