1//! Endpoints to get general information about events 2 3pub mod get_event; 4pub mod get_event_by_timestamp; 5pub mod get_missing_events; 6pub mod get_room_state; 7pub mod get_room_state_ids;