Class StageInstanceProperties
Represents properties to use when modifying a stage instance.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class StageInstanceProperties
Properties​
Topic​
Gets or sets the topic of the stage.
View Source​
Declaration
public Optional<string> Topic { get; set; }
PrivacyLevel​
Gets or sets the privacy level of the stage.
View Source​
Declaration
public Optional<StagePrivacyLevel> PrivacyLevel { get; set; }