Enum ApplicationCommandPermissionTarget
Specifies the target of the permission.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public enum ApplicationCommandPermissionTarget : int
Fields
Name | Description |
---|---|
Channel | The target of the permission is a channel. |
Role | The target of the permission is a role. |
User | The target of the permission is a user. |