dcord.gateway.client

Manages the Discord websocket client.

Members

Classes

GatewayClient
class GatewayClient

GatewayClient is the base abstraction for connecting to, and interacting with the Discord Websocket (gateway) API.

Variables

GATEWAY_VERSION
ubyte GATEWAY_VERSION;

Current implemented Gateway version.

MAX_RECONNECTS
ubyte MAX_RECONNECTS;

Maximum reconnects the GatewayClient will try before resetting session state

Meta