ruma_client_api

Module room

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

Endpoints for room management.

Modules§

aliases
GET /_matrix/client/*/rooms/{roomId}/aliases
create_room
POST /_matrix/client/*/createRoom
get_event_by_timestamp
GET /_matrix/client/*/rooms/{roomId}/timestamp_to_event
get_room_event
GET /_matrix/client/*/rooms/{roomId}/event/{eventId}
get_summaryunstable-msc3266
GET /_matrix/client/v1/summary/{roomIdOrAlias}
report_content
POST /_matrix/client/*/rooms/{roomId}/report/{eventId}
report_room
POST /_matrix/client/*/rooms/{roomId}/report
upgrade_room
POST /_matrix/client/*/rooms/{roomId}/upgrade

Enums§

Visibility
Whether or not a newly created room will be listed in the room directory.