1 2 3 4 5 6
//! `GET /_matrix/federation/*/timestamp_to_event/{roomId}` //! //! Get the ID of the event closest to the given timestamp. pub mod unstable; pub mod v1;