Skip to main content
Module

x/coward/mod.ts>GuildChannel

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

Class representing a channel in a guild

Constructors

new
GuildChannel(data: any, client: Client)

Properties

protected
_guildID: any
readonly
guild: Guild | undefined
name: string
nsfw: boolean
parentID: string
position: number

Static Methods

from(data: any, client: Client)