Table of Contents

Class ReadyEventArgs

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class ReadyEventArgs : IJsonModel<JsonReadyEventArgs>
Inheritance
ReadyEventArgs
Implements
Inherited Members

Constructors

ReadyEventArgs(JsonReadyEventArgs, RestClient)

public ReadyEventArgs(JsonReadyEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonReadyEventArgs
client RestClient

Properties

ApplicationFlags

public ApplicationFlags ApplicationFlags { get; }

Property Value

ApplicationFlags

ApplicationId

public ulong ApplicationId { get; }

Property Value

ulong

GuildIds

public IReadOnlyList<ulong> GuildIds { get; }

Property Value

IReadOnlyList<ulong>

ResumeGatewayUrl

public string ResumeGatewayUrl { get; }

Property Value

string

SessionId

public string SessionId { get; }

Property Value

string

Shard

public Shard? Shard { get; }

Property Value

Shard?

User

public CurrentUser User { get; }

Property Value

CurrentUser

Version

public ApiVersion Version { get; }

Property Value

ApiVersion