Class JsonGuildWidget
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonGuildWidget : JsonEntity
- Inheritance
-
JsonGuildWidget
- Inherited Members
-
Constructors
Properties
[JsonPropertyName("channels")]
public JsonGuildWidgetChannel[] Channels { get; set; }
Property Value
- JsonGuildWidgetChannel[]
[JsonPropertyName("instant_invite")]
public string? InstantInvite { get; set; }
Property Value
- string
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- string
[JsonPropertyName("presence_count")]
public int PresenceCount { get; set; }
Property Value
- int
[JsonPropertyName("members")]
public JsonUser[] Users { get; set; }
Property Value
- JsonUser[]