ruma-client-api 0.22.1

Types for the endpoints in the Matrix client-server API.
Documentation
1
2
3
4
5
6
7
//! `POST /_matrix/client/*/keys/claim`
//!
//! Claims one-time keys for use in pre-key messages.

pub mod v3;
#[cfg(feature = "unstable-msc3983")]
pub mod v4;