Class StageInstanceProperties
Represents properties to use when modifying a stage instance.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class StageInstanceProperties : object
Properties
| Improve this Doc View SourcePrivacyLevel
Gets or sets the privacy level of the stage.
Declaration
public Optional<StagePrivacyLevel> PrivacyLevel { get; set; }
Property Value
Type | Description |
---|---|
Optional<StagePrivacyLevel> |
Topic
Gets or sets the topic of the stage.
Declaration
public Optional<string> Topic { get; set; }
Property Value
Type | Description |
---|---|
Optional<String> |