Class DiscordAuditLogStageEntry
Represents a audit log stage entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogStageEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourcePrivacyLevelChange
Gets the description of stage instance's privacy level change.
Declaration
public PropertyChange<StagePrivacyLevel?> PrivacyLevelChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.Nullable<StagePrivacyLevel>> |
Target
Gets the affected stage instance
Declaration
public DiscordStageInstance Target { get; }
Property Value
Type | Description |
---|---|
DiscordStageInstance |
TopicChange
Gets the description of stage instance's topic change.
Declaration
public PropertyChange<string> TopicChange { get; }
Property Value
Type | Description |
---|---|
PropertyChange<System.String> |