1//! `GET /_matrix/federation/*/media/download/{mediaId}` 2//! 3//! Retrieve content from the media store. 4 5pub mod unstable; 6pub mod v1;