Skip to main content

Class StageInfo

Represents information for a stage.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class StageInfo

Properties​

Topic​

Gets the topic of the stage channel.

View Source​
Declaration
public string Topic { get; }

PrivacyLevel​

Gets the privacy level of the stage channel.

View Source​
Declaration
public StagePrivacyLevel? PrivacyLevel { get; }

User​

Gets the user who started the stage channel.

View Source​
Declaration
public IUser User { get; }