|
@@ -3,7 +3,7 @@ namespace Discord |
|
|
public enum TargetUserType |
|
|
public enum TargetUserType |
|
|
{ |
|
|
{ |
|
|
/// <summary> The invite target user type is not defined. </summary> |
|
|
/// <summary> The invite target user type is not defined. </summary> |
|
|
NotDefined = 0, |
|
|
|
|
|
|
|
|
Undefined = 0, |
|
|
/// <summary> The invite is for a Go Live stream. </summary> |
|
|
/// <summary> The invite is for a Go Live stream. </summary> |
|
|
Stream = 1 |
|
|
Stream = 1 |
|
|
} |
|
|
} |
|
|