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 client configuration.
Modulesยง
- get_
global_ account_ data GET /_matrix/client/*/user/{userId}/account_data/{type}
- get_
room_ account_ data GET /_matrix/client/*/user/{userId}/rooms/{roomId}/account_data/{type}
- set_
global_ account_ data PUT /_matrix/client/*/user/{userId}/account_data/{type}
- set_
room_ account_ data PUT /_matrix/client/*/user/{userId}/rooms/{roomId}/account_data/{type}