Enum DiscordWidgetType
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents the formats for a guild widget.
public enum DiscordWidgetType
- Extension Methods
Fields
Banner1 = 1
The widget is represented as the first banner type.
Banner2 = 2
The widget is represented as the second banner type.
Banner3 = 3
The widget is represented as the third banner type.
Banner4 = 4
The widget is represented in the fourth banner type.
Shield = 0
The widget is represented in shield format.
This is the default widget type.