Class DiscordWidgetSettings
Represents a Discord guild's widget settings.
Inheritance
System.Object
DiscordWidgetSettings
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public class DiscordWidgetSettings
Properties
| Improve this Doc View SourceChannel
Gets the guild's widget channel.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
ChannelId
Gets the guild's widget channel id.
Declaration
public ulong ChannelId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
IsEnabled
Whether if the guild's widget is enabled.
Declaration
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |