Search Results for

    Show / Hide Table of Contents

    Class StageInfo

    Represents information for a stage.

    Inheritance
    Object
    StageInfo
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class StageInfo : object

    Properties

    | Improve this Doc View Source

    PrivacyLevel

    Gets the privacy level of the stage channel.

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

    Topic

    Gets the topic of the stage channel.

    Declaration
    public string Topic { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    User

    Gets the user who started the stage channel.

    Declaration
    public IUser User { get; }
    Property Value
    Type Description
    IUser

    Theme

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