Skip to main content

ChannelTypes

Documentation


Documentation / @discordeno/types / ChannelTypes

Enumeration: ChannelTypes

Defined in: discord/channel.ts:146

https://discord.com/developers/docs/resources/channel#channel-object-channel-types

Enumeration Members

AnnouncementThread

AnnouncementThread: 10

Defined in: discord/channel.ts:160

A temporary sub-channel within a GUILD_ANNOUNCEMENT channel


DM

DM: 1

Defined in: discord/channel.ts:150

A direct message between users


GroupDm

GroupDm: 3

Defined in: discord/channel.ts:154

A direct message between multiple users


GuildAnnouncement

GuildAnnouncement: 5

Defined in: discord/channel.ts:158

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


GuildCategory

GuildCategory: 4

Defined in: discord/channel.ts:156

An organizational category that contains up to 50 channels


GuildDirectory

GuildDirectory: 14

Defined in: discord/channel.ts:168

A channel in a hub containing the listed servers


GuildForum

GuildForum: 15

Defined in: discord/channel.ts:170

A channel which can only contains threads


GuildMedia

GuildMedia: 16

Defined in: discord/channel.ts:172

Channel that can only contain threads, similar to GUILD_FORUM channels


GuildStageVoice

GuildStageVoice: 13

Defined in: discord/channel.ts:166

A voice channel for hosting events with an audience


GuildText

GuildText: 0

Defined in: discord/channel.ts:148

A text channel within a server


GuildVoice

GuildVoice: 2

Defined in: discord/channel.ts:152

A voice channel within a server


PrivateThread

PrivateThread: 12

Defined in: discord/channel.ts:164

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


PublicThread

PublicThread: 11

Defined in: discord/channel.ts:162

A temporary sub-channel within a GUILD_TEXT or GUILD_FORUM channel