Skip to main content

Crate filthy_rich

Crate filthy_rich 

Source
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.
DiscordIPCClient
A client handle for controlling Discord IPC.
DiscordIPCRunner
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.
DiscordUser
Represents a Discord user.
ReadyData
An object which is passed during READY capture from Discord IPC instance.