|
@@ -6,9 +6,19 @@ using System.Threading.Tasks; |
|
|
|
|
|
|
|
|
namespace Discord |
|
|
namespace Discord |
|
|
{ |
|
|
{ |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// Represents the privacy level of a stage. |
|
|
|
|
|
/// </summary> |
|
|
public enum StagePrivacyLevel |
|
|
public enum StagePrivacyLevel |
|
|
{ |
|
|
{ |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// The stage is a public stage. |
|
|
|
|
|
/// </summary> |
|
|
Public = 1, |
|
|
Public = 1, |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// The stage is non public and is only accessable from the guild. |
|
|
|
|
|
/// </summary> |
|
|
GuildOnly = 2, |
|
|
GuildOnly = 2, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |