Enum ChannelType
- Namespace
- NetCord
- Assembly
- NetCord.dll
The type of a channel, dictating its features.
public enum ChannelType
Fields
AnnouncementGuildChannel = 5
A channel that users can follow and crosspost into their own guild (formerly news channels).
AnnouncementGuildThread = 10
A temporary sub-channel within an AnnouncementGuildChannel.
CategoryChannel = 4
An organizational category that contains up to 50 channels.
DMChannel = 1
A text channel for direct messages between two users.
DirectoryGuildChannel = 14
The channel in a hub containing the listed guilds.
ForumGuildChannel = 15
A channel that can only contain threads.
GroupDMChannel = 3
A text channel for direct messages between multiple users.
MediaForumGuildChannel = 16
Channels that can only contain threads, similar to a ForumGuildChannel, but still in active development.
PrivateGuildThread = 12
A temporary sub-channel within a TextGuildChannel that is only viewable by those invited and/or those with the ManageThreads permission.
PublicGuildThread = 11
A temporary sub-channel within a TextGuildChannel, ForumGuildChannel, or MediaForumGuildChannel.
StageGuildChannel = 13
A voice channel for hosting events with an audience.
TextGuildChannel = 0
A text channel within a guild.
VoiceGuildChannel = 2
A voice channel within a guild.