Table of Contents

Class DiscordOverwriteAuditLogEntry

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

Represents an overwrite audit log entry.

public sealed class DiscordOverwriteAuditLogEntry : DiscordAuditLogEntry
Inheritance
DiscordOverwriteAuditLogEntry
Inherited Members

Properties

Channel

Gets the channel.

OverwriteTargetType

Gets the typed overwrite target kind derived from Discord's raw overwrite type string.

OverwrittenEntityId

Gets the overwritten entity id.

OverwrittenEntityType

Gets the overwritten entity type.

OverwrittenMember

Gets the overwritten member when the overwrite targets a member and the reference has been resolved or hydrated.

OverwrittenRole

Gets the overwritten role when the overwrite targets a role and the reference has been resolved or hydrated.

RoleName

Gets the overwrite role name.

TargetsMember

Gets whether the overwrite targets a member.

TargetsRole

Gets whether the overwrite targets a role.