Enum ChannelType
Represents a channel's type.
Namespace: DSharpPlus
Assembly: cs.temp.dll.dll
Syntax
public enum ChannelType
Fields
Name | Description |
---|---|
Category | Indicates that this is a channel category. |
Group | Indicates that this is a group direct message channel. |
News | Indicates that this is a news channel. |
Private | Indicates that this is a private 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. |