1 2 3 4 5 6
//! `GET /_matrix/federation/*/media/thumbnail/{mediaId}` //! //! Get a thumbnail of content from the media repository. pub mod unstable; pub mod v1;