Class OverwriteCreateAuditLogData
Contains a piece of audit log data for a permissions overwrite creation.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class OverwriteCreateAuditLogData : IAuditLogData
Properties​
ChannelId​
Gets the ID of the channel that the overwrite was created from.
View Source​
Declaration
public ulong ChannelId { get; }
Overwrite​
Gets the permission overwrite object that was created.
View Source​
Declaration
public Overwrite Overwrite { get; }