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
- Primary struct for you to set and update Discord Rich Presences with.
- DiscordIPC
Sync - Blocking implementation of
DiscordIPC. - Discord
User - Represents a Discord user.
- Ready
Data - An object which is passed during READY capture from Discord IPC instance.