Table of Contents

Class ScheduledEventUpdateAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

ScheduledEventInfo

Before

Gets the state before the change.

public ScheduledEventInfo Before { get; }

Property Value

ScheduledEventInfo

Id

Gets the snowflake id of the event.

public ulong Id { get; }

Property Value

ulong

ScheduledEvent

Gets the scheduled event this log corresponds to.

public IGuildScheduledEvent ScheduledEvent { get; }

Property Value

IGuildScheduledEvent