Table of Contents

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

ulong?

Enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool