Class JsonStageInstance
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonStageInstance : JsonEntity
- Inheritance
-
JsonStageInstance
- Inherited Members
-
Constructors
JsonStageInstance()
public JsonStageInstance()
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong ChannelId { get; set; }
Property Value
- ulong
DiscoverableDisabled
[JsonPropertyName("discoverable_disabled")]
public bool DiscoverableDisabled { get; set; }
Property Value
- bool
GuildId
[JsonPropertyName("guild_id")]
public ulong GuildId { get; set; }
Property Value
- ulong
PrivacyLevel
[JsonPropertyName("privacy_level")]
public StageInstancePrivacyLevel PrivacyLevel { get; set; }
Property Value
- StageInstancePrivacyLevel
Topic
[JsonPropertyName("topic")]
public string Topic { get; set; }
Property Value
- string