Expand description
This is the API reference page for filthy-rich.
§Getting Started
Please refer to either of these two structs for implementing Rich Presence functionality in your app:
[DiscordIPC] - for async projects.
[DiscordIPCSync] - for sync projects.
§Examples
Library examples can be found in this directory on GitHub.
Structs§
- Activity
- Represents a Discord Rich Presence activity.
- DiscordIPC
Client - A client handle for controlling Discord IPC.
- DiscordIPC
Runner - A runner that manages the Discord IPC background task. Create a runner, configure it, run it to get a client handle, then clone the handle for sharing.
- Discord
User - Represents a Discord user.
- Ready
Data - An object which is passed during READY capture from Discord IPC instance.