Module ruma_client_api::r0::state[][src]

Expand description

Endpoints for managing room state

Modules

get_state_events

GET /_matrix/client/r0/rooms/{roomId}/state

get_state_events_for_key

GET /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}

send_state_event

PUT /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}