Class SocketStageInstanceUpdatedAuditLogData
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
Before
Gets the stage information before the changes.
public SocketStageInfo Before { get; }
Property Value
StageChannelId
Gets the Id of the stage channel.
public ulong StageChannelId { get; }