Interface IPermissionOverwrite
public interface IPermissionOverwrite
Properties
Allow
The bitwise value of allowed permissions.
ChannelPermissions Allow { get; }
Property Value
Deny
The bitwise value of denied permissions.
ChannelPermissions Deny { get; }
Property Value
Id
The unique identifier for the role or user this overwrite applies to.
ulong Id { get; }
Property Value
Type
The type of overwrite (0 = role, 1 = member)
PermissionOverwriteType Type { get; }