//! Endpoints for user presence. pub mod get_presence; pub mod get_subscribed_presences; pub mod set_presence; pub mod update_presence_subscriptions;