Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denocordts/src/structures/channel/thread.ts>ThreadChannel

An Object Oriented Discord API wrapper for Deno.
Latest
class ThreadChannel
extends BaseChannel
import { ThreadChannel } from "https://deno.land/x/denocordts@1.2.0/src/structures/channel/thread.ts";

Constructors

new
ThreadChannel(d: any, client: Base)