Table of Contents

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

IReadOnlyList<JsonGuild>

User

[JsonPropertyName("user")]
public JsonUser? User { get; set; }

Property Value

JsonUser