Module state

Source
Available on crate feature api and (crate features client-api-c or client-api-s) only.
Expand description

Endpoints for managing room state

Modulesยง

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