Skip to main content

Struct Overwrite

Represent a permission object.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct Overwrite

Properties​

TargetId​

Gets the unique identifier for the object this overwrite is targeting.

View Source​
Declaration
public readonly ulong TargetId { get; }

TargetType​

Gets the type of object this overwrite is targeting.

View Source​
Declaration
public readonly PermissionTarget TargetType { get; }

Permissions​

Gets the permissions associated with this overwrite entry.

View Source​
Declaration
public readonly OverwritePermissions Permissions { get; }