Table of Contents

Class SocketScheduledEventUpdateAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

SocketScheduledEventInfo

Before

Gets the state before the change.

public SocketScheduledEventInfo Before { get; }

Property Value

SocketScheduledEventInfo

Id

Gets the snowflake id of the event.

public ulong Id { get; }

Property Value

ulong