Class SocketStageInfo
Represents information for a stage.
public class SocketStageInfo
- Inheritance
-
SocketStageInfo
- Inherited Members
Properties
PrivacyLevel
Gets the privacy level of the stage channel.
public StagePrivacyLevel? PrivacyLevel { get; }
Property Value
Topic
Gets the topic of the stage channel.
public string Topic { get; }