ruma-client-api 0.11.0

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

pub mod create_content;
pub mod get_content;
pub mod get_content_as_filename;
pub mod get_content_thumbnail;
pub mod get_media_config;
pub mod get_media_preview;