Enum ApplicationCommandPermissionType
Represents the type of the application command permission.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
[Flags]
public enum ApplicationCommandPermissionType
Fields
Name | Description |
---|---|
Channel | The permission is bound to a channel. |
Role | The permission is bound to a role. |
User | The permission is bound to a user. |