Enum ApplicationCommandPermissionTarget
Specifies the target of the permission.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum ApplicationCommandPermissionTarget
Fields​
Role​
The target of the permission is a role.
View Source​
Declaration
Role = 1
User​
The target of the permission is a user.
View Source​
Declaration
User = 2