Table of Contents

Class JsonGatewayClientCache

Namespace
NetCord.Gateway.JsonModels
Assembly
NetCord.dll
public class JsonGatewayClientCache
Inheritance
JsonGatewayClientCache
Inherited Members

Constructors

JsonGatewayClientCache()

public JsonGatewayClientCache()

Properties

DMChannels

[JsonPropertyName("dm_channels")]
public IReadOnlyList<JsonChannel> DMChannels { get; set; }

Property Value

IReadOnlyList<JsonChannel>

Guilds

[JsonPropertyName("guilds")]
public IReadOnlyList<JsonGuild> Guilds { get; set; }

Property Value

IReadOnlyList<JsonGuild>

User

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

Property Value

JsonUser