Skip to main content

Class OverwriteDeleteAuditLogData

Contains a piece of audit log data related to the deletion of a permission overwrite.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class OverwriteDeleteAuditLogData : IAuditLogData

Properties​

ChannelId​

Gets the ID of the channel that the overwrite was deleted from.

View Source​
Declaration
public ulong ChannelId { get; }

Overwrite​

Gets the permission overwrite object that was deleted.

View Source​
Declaration
public Overwrite Overwrite { get; }

Implements​