2020-09-11 19:12:48 +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;