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