Table of Contents

Class JsonReadyEventArgs

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

Constructors

JsonReadyEventArgs()

public JsonReadyEventArgs()

Properties

Application

[JsonPropertyName("application")]
public JsonApplication? Application { get; set; }

Property Value

JsonApplication

Guilds

[JsonPropertyName("guilds")]
public JsonEntity[] Guilds { get; set; }

Property Value

JsonEntity[]

ResumeGatewayUrl

[JsonPropertyName("resume_gateway_url")]
public string ResumeGatewayUrl { get; set; }

Property Value

string

SessionId

[JsonPropertyName("session_id")]
public string SessionId { get; set; }

Property Value

string

Shard

[JsonPropertyName("shard")]
public Shard? Shard { get; set; }

Property Value

Shard?

User

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

Property Value

JsonUser

Version

[JsonPropertyName("v")]
public ApiVersion Version { get; set; }

Property Value

ApiVersion