Enum ChannelType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a channel's type.
public enum ChannelType
Fields
Text = 0
Indicates that this is a text channel.
Private = 1
Indicates that this is a private channel.
Voice = 2
Indicates that this is a voice channel.
Group = 3
Indicates that this is a group direct message channel.
Category = 4
Indicates that this is a channel category.
News = 5
Indicates that this is a news channel.
Store = 6
Indicates that this is a store channel.
NewsThread = 10
Indicates that this is a temporary sub-channel within a news channel.
PublicThread = 11
Indicates that this is a temporary sub-channel within a text channel.
PrivateThread = 12
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.
Stage = 13
Indicates that this is a stage channel.
GuildDirectory = 14
Indicates that this is a guild directory channel. This is used for hub guilds (feature for schools).
Forum = 15
Indicates that this is a guild forum channel (Threads only channel).
GuildMedia = 16
Indicates that this is a media channel.
Unknown = 2147483647
Indicates unknown channel type.