Table of Contents

Class GuildWidgetProperties

Namespace
Discord
Assembly
Discord.Net.Core.dll

Provides properties that are used to modify the widget of an IGuild with the specified changes.

public class GuildWidgetProperties
Inheritance
GuildWidgetProperties
Inherited Members

Properties

Channel

Sets the channel that the invite should place its users in, if not null.

public Optional<IChannel> Channel { get; set; }

Property Value

Optional<IChannel>

ChannelId

Sets the channel that the invite should place its users in, if not null.

public Optional<ulong?> ChannelId { get; set; }

Property Value

Optional<ulong?>

Enabled

Sets whether the widget should be enabled.

public Optional<bool> Enabled { get; set; }

Property Value

Optional<bool>