Class JsonGatewayClientCache
- Namespace
- NetCord.Gateway.JsonModels
- Assembly
- NetCord.dll
public class JsonGatewayClientCache
- Inheritance
-
JsonGatewayClientCache
- Inherited Members
Constructors
JsonGatewayClientCache()
public JsonGatewayClientCache()
Properties
Guilds
[JsonPropertyName("guilds")]
public IReadOnlyList<JsonGuild> Guilds { get; set; }
Property Value
User
[JsonPropertyName("user")]
public JsonUser? User { get; set; }