Table of Contents

Class StageInstanceUpdatedAuditLogData

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

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

public class StageInstanceUpdatedAuditLogData : IAuditLogData
Inheritance
StageInstanceUpdatedAuditLogData
Implements
Inherited Members

Properties

After

Gets the stage information after the changes.

public StageInfo After { get; }

Property Value

StageInfo

Before

Gets the stage information before the changes.

public StageInfo Before { get; }

Property Value

StageInfo

StageChannelId

Gets the Id of the stage channel.

public ulong StageChannelId { get; }

Property Value

ulong