Skip to main content

Enum ThreadType

Represents types of threads.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ThreadType

Fields​

NewsThread​

Represents a temporary sub-channel within a GUILD_NEWS channel.

View Source​
Declaration
NewsThread = 10

PublicThread​

Represents a temporary sub-channel within a GUILD_TEXT channel.

View Source​
Declaration
PublicThread = 11

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

View Source​
Declaration
PrivateThread = 12