ruma_client_api/
state.rs

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