Enum ChannelFlags
Represents public flags for a channel.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ChannelFlags : int
Fields
Name | Description |
---|---|
None | Default value for flags, when none are given to a channel. |
Pinned | Flag given to a thread channel pinned on top of parent forum channel. |
RequireTag | Flag given to a forum channel that requires people to select tags when posting. |