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