Skip to main content
Module

x/discordeno/helpers/channels/threads/mod.ts

Discord API library for Deno
Latest
import * as discordeno from "https://deno.land/x/discordeno@18.0.1/helpers/channels/threads/mod.ts";

Functions

Adds a member to a thread.

Gets the list of all active threads for a guild.

Gets the list of private archived threads for a channel.

Gets the list of private archived threads the bot is a member of for a channel.

Gets the list of public archived threads for a channel.

Gets a thread member by their user ID.

Gets the list of thread members for a thread.

Adds the bot user to a thread.

Removes the bot user from a thread.

Removes a member from a thread.

Creates a thread, using an existing message as its point of origin.

Creates a thread without using a message as the thread's point of origin.