Enum ChannelType
Represents a channel's type.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ChannelType
Fields
Name | Description |
---|---|
Category | Indicates that this is a channel category. |
Forum | Indicates that this is a guild forum channel (Threads only channel). |
Group | Indicates that this is a group direct message channel. |
GuildDirectory | Indicates that this is a guild directory channel. This is used for hub guilds (feature for schools). |
News | Indicates that this is a news channel. |
NewsThread | Indicates that this is a temporary sub-channel within a news channel. |
Private | Indicates that this is a private channel. |
PrivateThread | Indicates that this is a temporary sub-channel within a text channel that is only viewable by those invited and those with the MANAGE_THREADS permission. |
PublicThread | Indicates that this is a temporary sub-channel within a text channel. |
Stage | Indicates that this is a stage channel. |
Store | Indicates that this is a store channel. |
Text | Indicates that this is a text channel. |
Unknown | Indicates unknown channel type. |
Voice | Indicates that this is a voice channel. |