Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/structures/channel.ts>Channel

An easy to use Discord API Library for Deno.
Go to Latest
class Channel
extends SnowflakeBase
import { Channel } from "https://deno.land/x/harmony@v2.8.0/src/structures/channel.ts";

Constructors

new
Channel(client: Client, data: ChannelPayload)

Properties

flags: number
readonly
mention: string

Static Properties

cacheName: string