Class OverwriteDeleteAuditLogData
Contains a piece of audit log data related to the deletion of a permission overwrite.
public class OverwriteDeleteAuditLogData : IAuditLogData
- Inheritance
-
OverwriteDeleteAuditLogData
- Implements
- Inherited Members
Properties
ChannelId
Gets the ID of the channel that the overwrite was deleted from.
public ulong ChannelId { get; }
Property Value
- ulong
A ulong representing the snowflake identifier for the channel that the overwrite was deleted from.
Overwrite
Gets the permission overwrite object that was deleted.
public Overwrite Overwrite { get; }