Skip to main content

Enum ChannelType

Defines the types of channels.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ChannelType

Fields​

Text​

The channel is a text channel.

View Source​
Declaration
Text = 0

DM​

The channel is a Direct Message channel.

View Source​
Declaration
DM = 1

Voice​

The channel is a voice channel.

View Source​
Declaration
Voice = 2

Group​

The channel is a group channel.

View Source​
Declaration
Group = 3

Category​

The channel is a category channel.

View Source​
Declaration
Category = 4

News​

The channel is a news channel.

View Source​
Declaration
News = 5

Store​

The channel is a store channel.

View Source​
Declaration
Store = 6

NewsThread​

The channel is a temporary thread channel under a news channel.

View Source​
Declaration
NewsThread = 10

PublicThread​

The channel is a temporary thread channel under a text channel.

View Source​
Declaration
PublicThread = 11

PrivateThread​

The channel is a private temporary thread channel under a text channel.

View Source​
Declaration
PrivateThread = 12

Stage​

The channel is a stage voice channel.

View Source​
Declaration
Stage = 13

GuildDirectory​

The channel is a guild directory used in hub servers. (Unreleased)

View Source​
Declaration
GuildDirectory = 14