Available on (crate features
client-api-c
or client-api-s
) and (crate features client
or server
) and crate feature api
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}