ruwuma/crates/ruma-client-api/src/authenticated_media.rs
2024-06-05 12:41:41 +02:00

10 lines
298 B
Rust

//! Authenticated endpoints for the media repository, according to [MSC3916].
//!
//! [MSC3916]: https://github.com/matrix-org/matrix-spec-proposals/pull/3916
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;