ruma_federation_api/event/
get_event_by_timestamp.rs

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