Class SocketScheduledEventUpdateAuditLogData
Contains a piece of audit log data related to a scheduled event updates.
public class SocketScheduledEventUpdateAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketScheduledEventUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the state after the change.
public SocketScheduledEventInfo After { get; }
Property Value
Before
Gets the state before the change.
public SocketScheduledEventInfo Before { get; }
Property Value
Id
Gets the snowflake id of the event.
public ulong Id { get; }