Table of Contents

Class SocketStageInstanceUpdatedAuditLogData

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

Contains a piece of audit log data related to a stage instance update.

public class SocketStageInstanceUpdatedAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketStageInstanceUpdatedAuditLogData
Implements
Inherited Members

Properties

After

Gets the stage information after the changes.

public SocketStageInfo After { get; }

Property Value

SocketStageInfo

Before

Gets the stage information before the changes.

public SocketStageInfo Before { get; }

Property Value

SocketStageInfo

StageChannelId

Gets the Id of the stage channel.

public ulong StageChannelId { get; }

Property Value

ulong