Table of Contents

Class StageInstanceProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

Represents properties to use when modifying a stage instance.

public class StageInstanceProperties
Inheritance
StageInstanceProperties
Inherited Members

Properties

PrivacyLevel

Gets or sets the privacy level of the stage.

public Optional<StagePrivacyLevel> PrivacyLevel { get; set; }

Property Value

Optional<StagePrivacyLevel>

Topic

Gets or sets the topic of the stage.

public Optional<string> Topic { get; set; }

Property Value

Optional<string>