ruma_client_api

Module state

Source
Available on crate features client or server only.
Expand description

Endpoints for managing room state

Modulesยง

get_state_events
GET /_matrix/client/*/rooms/{roomId}/state
get_state_events_for_key
GET /_matrix/client/*/rooms/{roomId}/state/{eventType}/{stateKey}
send_state_event
PUT /_matrix/client/*/rooms/{roomId}/state/{eventType}/{stateKey}