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