Class | Description |
---|---|
Callback |
A callback for asynchronous logic when dealing processes that would normally
block the calling thread.
|
Packet |
A data-packet received from Discord via an
IPCClient . |
RichPresence |
An encapsulation of all data needed to properly construct a JSON RichPresence
payload.
|
RichPresence.Builder |
A chain builder for a
RichPresence object. |
User |
A encapsulation of a Discord User's data provided when a
IPCListener fires
onActivityJoinRequest . |
Enum | Description |
---|---|
DiscordBuild |
Constants representing various Discord client builds, such as Stable, Canary,
Public Test Build (PTB)
|
Packet.OpCode |
Discord response OpCode values that are sent with response data to and from
Discord and the
IPCClient connected. |
User.DefaultAvatar |
Constants representing one of five different default avatars a
User
can have. |