Class StageInstanceUpdatedAuditLogData
Contains a piece of audit log data related to a stage instance update.
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class StageInstanceUpdatedAuditLogData : object
Properties
| Improve this Doc View SourceAfter
Gets the stage information after the changes.
Declaration
public StageInfo After { get; }
Property Value
Type | Description |
---|---|
StageInfo |
Before
Gets the stage information before the changes.
Declaration
public StageInfo Before { get; }
Property Value
Type | Description |
---|---|
StageInfo |
StageChannelId
Gets the Id of the stage channel.
Declaration
public ulong StageChannelId { get; }
Property Value
Type | Description |
---|---|
UInt64 |