DiscordWebSocketClient Introduction
The DiscordWebSocketClient module provides an API for communicating with the Discord WebSocket API gateway.
To use this module, use "%requires DiscordWebSocketClient"
in your code.
All the public symbols in the module are defined in the DiscordWebSocketClient namespace.
The main classes are:
- DiscordWebSocketClient: this class provides the WEBSOCKET client API for communuication with the Discord WEBSOCKET API; it also automates authentication and authorization to the target
- DiscordWebSocketConnection: provides a WEBSOCKET connection object to Discord cloud services (based on the ConnectionProvider module)
Release Notes
DiscordWebSocketClient v1.0
- the initial version of the DiscordWebSocketClient module