Table of Contents

Interface IPermissionOverwrite<TTarget>

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic permission overwrite.

public interface IPermissionOverwrite<TTarget>

Type Parameters

TTarget

The type of the target.

Properties

Permissions

Gets the overwritten permission.

OverwritePermissions Permissions { get; }

Property Value

OverwritePermissions

Target

Gets the target of this overwrite.

TTarget Target { get; }

Property Value

TTarget