Enum ThreadType
Represents types of threads.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ThreadType : int
Fields
Name | Description |
---|---|
NewsThread | Represents a temporary sub-channel within a GUILD_NEWS channel. |
PrivateThread | Represents a temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission |
PublicThread | Represents a temporary sub-channel within a GUILD_TEXT channel. |