Table of Contents

Enum DiscordPermissionLevel

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Specifies whether a permission in an overwrite is allowed, denied or unset.

public enum DiscordPermissionLevel
Extension Methods

Fields

Allowed = 0

The specified permission is allowed. This supersedes all other overwrites.

Denied = 1

The specified permission is denied.

Unset = 2

The specified permission is unset and falls back to role permissions.