2021-05-03 15:50:27 +02:00

7 lines
154 B
Rust

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