2023-02-14 22:05:37 +01:00

8 lines
186 B
Rust

//! Endpoints to get general information about events
pub mod get_event;
pub mod get_event_by_timestamp;
pub mod get_missing_events;
pub mod get_room_state;
pub mod get_room_state_ids;