Skip to main content

Class StageInstanceUpdatedAuditLogData

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

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class StageInstanceUpdatedAuditLogData

Properties​

StageChannelId​

Gets the Id of the stage channel.

View Source​
Declaration
public ulong StageChannelId { get; }

Before​

Gets the stage information before the changes.

View Source​
Declaration
public StageInfo Before { get; }

After​

Gets the stage information after the changes.

View Source​
Declaration
public StageInfo After { get; }