Module matrix_sdk_base::ruma::api::client::delayed_events
source · Available on crate feature
api
and (crate features client
or server
) and crate feature unstable-msc4140
only.Expand description
Endpoints for sending and interacting with delayed events.
Modules§
PUT /_matrix/client/*/rooms/{roomId}/send/{eventType}/{txnId}
PUT /_matrix/client/*/rooms/{roomId}/state/{eventType}/{txnId}
POST /_matrix/client/*/delayed_events/{delayed_id}
Enums§
- The query parameters for a delayed event request. It contains the
timeout
configuration for a delayed event.