1//! Endpoints for managing room state 2 3pub mod get_state_events; 4pub mod get_state_events_for_key; 5pub mod send_state_event;