Skip to main content
Module

x/harmony/mod.ts>CategoryChannel

An easy to use Discord API Library for Deno.
Go to Latest
class CategoryChannel
extends GuildChannel
Re-export
import { CategoryChannel } from "https://deno.land/x/harmony@v2.6.0/mod.ts";

Methods

edit(options?: ModifyGuildCategoryChannelOption): Promise<CategoryChannel>
readFromData(data: GuildCategoryChannelPayload): void