ruma_client_api/
state.rs

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