Table of Contents

Class StageInstanceCreateAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Contains a piece of audit log data related to a stage going live.

public class StageInstanceCreateAuditLogData : IAuditLogData
Inheritance
StageInstanceCreateAuditLogData
Implements
Inherited Members

Properties

PrivacyLevel

Gets the privacy level of the stage channel.

public StagePrivacyLevel PrivacyLevel { get; }

Property Value

StagePrivacyLevel

StageChannelId

Gets the Id of the stage channel.

public ulong StageChannelId { get; }

Property Value

ulong

Topic

Gets the topic of the stage channel.

public string Topic { get; }

Property Value

string

User

Gets the user who started the stage channel.

public IUser User { get; }

Property Value

IUser