Table of Contents

Enum DiscordChannelType

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents a channel's type.

public enum DiscordChannelType
Extension Methods

Fields

Category = 4

Indicates that this is a channel category.

Directory = 14

Indicates that this is a directory channel.

Group = 3

Indicates that this is a group direct message channel.

GuildForum = 15

Indicates that this is a forum channel.

GuildMedia = 16

Indicates that this channel is a guild media channel and can only contain threads. Similar to GUILD_FORUM channels.

News = 5

Indicates that this is a news channel.

NewsThread = 10

Indicates that this is a thread within a news channel.

Private = 1

Indicates that this is a private channel.

PrivateThread = 12

Indicates that this is a private thread within a channel.

PublicThread = 11

Indicates that this is a public thread within a channel.

Stage = 13

Indicates that this is a stage channel.

Text = 0

Indicates that this is a text channel.

Unknown = 2147483647

Indicates unknown channel type.

Voice = 2

Indicates that this is a voice channel.