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