Skip to main content
Module

x/coward/mod.ts>Channel

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
class Channel
import { Channel } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Class representing a channel

Constructors

new
Channel(data: any, client: Client)

Properties

protected
_client: Client
id: string
type: number

Static Methods

from(data: any, client: Client)