Skip to main content
Latest
enum ChannelType
import { ChannelType } from "https://deno.land/x/denord@0.1.0/enum/ChannelType.ts";

Members

DM = 1

a direct message between users

GROUP_DM = 3

a direct message between multiple users

GUILD_CATEGORY = 4

an organizational category that contains up to 50 channels

GUILD_NEWS = 5

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

GUILD_STORE = 6

a channel in which game developers can sell their game on Discord

GUILD_TEXT = 0

a text channel within a server

GUILD_VOICE = 2

a voice channel within a server