Class SocketStageInstanceDeleteAuditLogData
Contains a piece of audit log data related to a stage instance deleted.
public class SocketStageInstanceDeleteAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketStageInstanceDeleteAuditLogData
- Implements
- Inherited Members
Properties
PrivacyLevel
Gets the privacy level of the stage channel.
public StagePrivacyLevel PrivacyLevel { get; }
Property Value
StageChannelId
Gets the Id of the stage channel.
public ulong StageChannelId { get; }
Property Value
Topic
Gets the topic of the stage channel.
public string Topic { get; }