Skip to main content
Module

x/discordeno/helpers/channels/mod.ts

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

Functions

Adds a member to a thread.

Creates a channel within a guild.

Creates a new thread in a forum channel, and sends a message within the created thread.

Creates a stage instance associated with a stage channel.

Deletes a channel from within a guild.

Deletes a permission override for a user or role in a channel.

Deletes the stage instance associated with a stage channel, if one exists.

Edits a channel's settings.

Edits the permission overrides for a user or role in a channel.

Edits the positions of a set of channels in a guild.

Edits a stage instance.

Follows an announcement channel, allowing messages posted within it to be cross-posted into the target channel.

Gets the list of all active threads for a guild.

Gets a channel by its ID.

Gets the list of invites for a channel.

Gets the list of channels 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 the stage instance associated with a stage channel, if one exists.

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.

Triggers a typing indicator for the bot user.