Class GuildWidgetSettingsOptions
- Namespace
- NetCord.Rest
- Assembly
- NetCord.dll
public class GuildWidgetSettingsOptions
- Inheritance
-
GuildWidgetSettingsOptions
- Inherited Members
-
Properties
[JsonPropertyName("channel_id")]
public ulong? ChannelId { get; set; }
Property Value
- ulong?
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }
Property Value
- bool
Methods
public GuildWidgetSettingsOptions WithChannelId(ulong? channelId)
Parameters
channelId
ulong?
Returns
- GuildWidgetSettingsOptions
public GuildWidgetSettingsOptions WithEnabled(bool enabled = true)
Parameters
enabled
bool
Returns
- GuildWidgetSettingsOptions