Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denocordts/src/structures/mod.ts>Guild#createChannel

An Object Oriented Discord API wrapper for Deno.
Latest
method Guild.prototype.createChannel
Re-export
import { Guild } from "https://deno.land/x/denocordts@1.2.0/src/structures/mod.ts";

Parameters

unnamed 0: { name: string; channelType: keyof ChannelType; topic?: string; bitrate?: number; userLimit?: number; slowMode?: number; position?: number; parentId: Snowflake; nsfw?: boolean; autoArchiveDuration?:
| 60
| 1440
| 4320
| 10080
; reason?: string; }