Class JsonGuildWidgetSettings
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildWidgetSettings
- Inheritance
-
JsonGuildWidgetSettings
- Inherited Members
Constructors
JsonGuildWidgetSettings()
public JsonGuildWidgetSettings()
Properties
ChannelId
[JsonPropertyName("channel_id")]
public ulong? ChannelId { get; set; }
Property Value
Enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }