Table of Contents

Class StageInfo

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

Represents information for a stage.

public class StageInfo
Inheritance
StageInfo
Inherited Members

Properties

PrivacyLevel

Gets the privacy level of the stage channel.

public StagePrivacyLevel? PrivacyLevel { get; }

Property Value

StagePrivacyLevel?

Topic

Gets the topic of the stage channel.

public string Topic { get; }

Property Value

string

User

Gets the user who started the stage channel.

public IUser User { get; }

Property Value

IUser