Enum ChannelType
Defines the types of channels.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ChannelType : int
Fields
Name | Description |
---|---|
Category | The channel is a category channel. |
DM | The channel is a Direct Message channel. |
Forum | The channel is a forum channel containing multiple threads. |
Group | The channel is a group channel. |
GuildDirectory | The channel is a guild directory used in hub servers. (Unreleased) |
News | The channel is a news channel. |
NewsThread | The channel is a temporary thread channel under a news channel. |
PrivateThread | The channel is a private temporary thread channel under a text channel. |
PublicThread | The channel is a temporary thread channel under a text channel. |
Stage | The channel is a stage voice channel. |
Store | The channel is a store channel. |
Text | The channel is a text channel. |
Voice | The channel is a voice channel. |