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