Table of Contents

Enum ApplicationCommandPermissionType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the type of the application command permission.

[Flags]
public enum ApplicationCommandPermissionType

Fields

Role = 1

The permission is bound to a role.

User = 2

The permission is bound to a user.

Channel = Role | User

The permission is bound to a channel.