Search Results for

    Show / Hide Table of Contents

    Class StageInstanceProperties

    Represents properties to use when modifying a stage instance.

    Inheritance
    Object
    StageInstanceProperties
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class StageInstanceProperties : object

    Properties

    | Improve this Doc View Source

    PrivacyLevel

    Gets or sets the privacy level of the stage.

    Declaration
    public Optional<StagePrivacyLevel> PrivacyLevel { get; set; }
    Property Value
    Type Description
    Optional<StagePrivacyLevel>
    | Improve this Doc View Source

    Topic

    Gets or sets the topic of the stage.

    Declaration
    public Optional<string> Topic { get; set; }
    Property Value
    Type Description
    Optional<String>

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2