Enum ThreadType
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents types of threads.
public enum ThreadType
Fields
NewsThread = 10
Represents a temporary sub-channel within a GUILD_NEWS channel.
PrivateThread = 12
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 = 11
Represents a temporary sub-channel within a GUILD_TEXT channel.