ruma-client-api 0.23.1

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

pub mod get_user_info;
pub mod is_user_locked;
pub mod is_user_suspended;
pub mod lock_user;
pub mod suspend_user;