7 lines
154 B
Rust
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;
|