Class StageInfo
Represents information for a stage.
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class StageInfo : object
Properties
| Improve this Doc View SourcePrivacyLevel
Gets the privacy level of the stage channel.
Declaration
public StagePrivacyLevel? PrivacyLevel { get; }
Property Value
Type | Description |
---|---|
Nullable<StagePrivacyLevel> |
Topic
Gets the topic of the stage channel.
Declaration
public string Topic { get; }
Property Value
Type | Description |
---|---|
String |
User
Gets the user who started the stage channel.
Declaration
public IUser User { get; }
Property Value
Type | Description |
---|---|
IUser |