ruma-client-api 0.16.0

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
//! Endpoints for user profiles.

pub mod get_avatar_url;
pub mod get_display_name;
pub mod get_profile;
pub mod set_avatar_url;
pub mod set_display_name;