Table of Contents

Interface IPermissionOverwrite

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IPermissionOverwrite

Properties

Allow

The bitwise value of allowed permissions.

ChannelPermissions Allow { get; }

Property Value

ChannelPermissions

Deny

The bitwise value of denied permissions.

ChannelPermissions Deny { get; }

Property Value

ChannelPermissions

Id

The unique identifier for the role or user this overwrite applies to.

ulong Id { get; }

Property Value

ulong

Type

The type of overwrite (0 = role, 1 = member)

PermissionOverwriteType Type { get; }

Property Value

PermissionOverwriteType