Enum ApplicationCommandPermissionTarget
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Specifies the target of the permission.
public enum ApplicationCommandPermissionTarget
Fields
Channel = 3
The target of the permission is a channel.
Role = 1
The target of the permission is a role.
User = 2
The target of the permission is a user.