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