Table of Contents

Enum ChannelFlags

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents a channel's flags.

[Flags]
public enum ChannelFlags : long
Extension Methods

Fields

[DiscordDeprecated] RemovedFromHome = 1

Indicates that this channel is removed from the guilds home feed / from highlights. Applicable for ChannelType Text, Forum and News.

[DiscordDeprecated] RemovedFromHighlights = 1
Pinned = 2

Indicates that this thread is pinned to the top of its parent forum channel. Forum channel thread only.

[DiscordDeprecated] RemovedFromActiveNow = 4

Indicates that this channel is removed from the active now within the guilds home feed. Applicable for ChannelType Text, News, Thread, Forum, Stage and Voice.

RequireTags = 16

Indicates that the channel requires users to select at least one ForumPostTag. Only applicable for Forum.

IsSpam = 32

Indicated that this channel is spam.

[DiscordInExperiment] IsGuildResourceChannel = 128

Indicated that this channel is a guild resource channel.

[DiscordInExperiment] ClydeAi = 256

Indicated that clyde has access to this thread.

[DiscordUnreleased("We do not have information about this.")] IsScheduledForDeletion = 512

Unknown what this flag does. Releates to clyde thread?

[DiscordUnreleased] IsMediaChannel = 1024

Indicates that this channel is a media channel.

[DiscordInExperiment] SummariesDisabled = 2048

Indicates that ai powered summaries are disabled for this channel.

[DiscordInExperiment] ApplicationShelfConsent = 4096

Currently unknown.

[DiscordInExperiment] IsRoleSubscriptionTemplatePreviewChannel = 8192

Indicates that this channel is part of a role subscription template preview.

[DiscordInExperiment] IsBroadcasting = 16384

Currently unknown.

[DiscordInExperiment] HideMediaDownloadOptions = 32768

Hides the media download options for GuildMedia channels.