|
@@ -8,6 +8,13 @@ namespace Discord |
|
|
[Flags] |
|
|
[Flags] |
|
|
public enum AllowedMentionTypes |
|
|
public enum AllowedMentionTypes |
|
|
{ |
|
|
{ |
|
|
|
|
|
/// <summary> |
|
|
|
|
|
/// No flag was set. |
|
|
|
|
|
/// </summary> |
|
|
|
|
|
/// <remarks> |
|
|
|
|
|
/// It is not used to control mentions and does not mean no mentions will be allowed. |
|
|
|
|
|
/// </remarks> |
|
|
|
|
|
None = 0, |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Controls role mentions. |
|
|
/// Controls role mentions. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|