Table of Contents

Class GuildWidgetSettingsOptions

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class GuildWidgetSettingsOptions
Inheritance
GuildWidgetSettingsOptions
Inherited Members

Properties

ChannelId

[JsonPropertyName("channel_id")]
public ulong? ChannelId { get; set; }

Property Value

ulong?

Enabled

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

Property Value

bool

Methods

WithChannelId(ulong?)

public GuildWidgetSettingsOptions WithChannelId(ulong? channelId)

Parameters

channelId ulong?

Returns

GuildWidgetSettingsOptions

WithEnabled(bool)

public GuildWidgetSettingsOptions WithEnabled(bool enabled = true)

Parameters

enabled bool

Returns

GuildWidgetSettingsOptions