Class StageInstanceCreateAuditLogData
Contains a piece of audit log data related to a stage going live.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class StageInstanceCreateAuditLogData : IAuditLogData
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; }