Skip to main content

Class StageInstanceDeleteAuditLogData

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

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

Properties​

Topic​

Gets the topic of the stage channel.

View Source​
Declaration
public string Topic { get; }

PrivacyLevel​

Gets the privacy level of the stage channel.

View Source​
Declaration
public StagePrivacyLevel PrivacyLevel { get; }

User​

Gets the user who started the stage channel.

View Source​
Declaration
public IUser User { get; }

StageChannelId​

Gets the Id of the stage channel.

View Source​
Declaration
public ulong StageChannelId { get; }