|
|
@@ -14,6 +14,17 @@ namespace Discord |
|
|
|
/// <summary> The channel is a category channel. </summary> |
|
|
|
Category = 4, |
|
|
|
/// <summary> The channel is a news channel. </summary> |
|
|
|
News = 5 |
|
|
|
News = 5, |
|
|
|
/// <summary> The channel is a store channel. </summary> |
|
|
|
Store = 6, |
|
|
|
/// <summary> The channel is a temporary thread channel under a news channel. </summary> |
|
|
|
NewsThread = 10, |
|
|
|
/// <summary> The channel is a temporary thread channel under a text channel. </summary> |
|
|
|
PublicThread = 11, |
|
|
|
/// <summary> The channel is a private temporary thread channel under a text channel. </summary> |
|
|
|
PrivateThread = 12, |
|
|
|
/// <summary> The channel is a stage voice channel. </summary> |
|
|
|
Stage = 13 |
|
|
|
|
|
|
|
} |
|
|
|
} |