Skip to main content
Module

x/discordeno/mod.ts>ChannelTypes

Discord API library for Deno
Go to Latest
enum ChannelTypes
Re-export
import { ChannelTypes } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Members

DM

A direct message between users

GroupDm

A direct message between multiple users

GuildCategory

An organizational category that contains up to 50 channels

GuildDirectory

A channel in a hub containing the listed servers

GuildForum

A channel which can only contains threads

GuildNews

A channel that users can follow and crosspost into their own server

GuildNewsThread = 10

A temporary sub-channel within a GUILD_NEWS channel

GuildPrivateThread

A temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission

GuildPublicThread

A temporary sub-channel within a GUILD_TEXT channel

GuildStageVoice

A voice channel for hosting events with an audience

GuildText

A text channel within a server

GuildVoice

A voice channel within a server