Enum TargetUserType
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum TargetUserType
Fields​
Undefined​
The invite whose target user type is not defined.
View Source​
Declaration
Undefined = 0
Stream​
The invite is for a Go Live stream.
View Source​
Declaration
Stream = 1
EmbeddedApplication​
The invite is for embedded application.
View Source​
Declaration
EmbeddedApplication = 2