Available on crate features
client
or server
only.Expand description
Endpoints for push notifications.
Modules§
- delete_
pushrule DELETE /_matrix/client/*/pushrules/global/{kind}/{ruleId}
- get_
notifications GET /_matrix/client/*/notifications
- get_
pushers GET /_matrix/client/*/pushers
- get_
pushrule GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}
- get_
pushrule_ actions GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}/actions
- get_
pushrule_ enabled GET /_matrix/client/*/pushrules/global/{kind}/{ruleId}/enabled
- get_
pushrules_ all GET /_matrix/client/*/pushrules/
- get_
pushrules_ global_ scope GET /_matrix/client/*/pushrules/global/
- set_
pusher POST /_matrix/client/*/pushers/set
- set_
pushrule PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}
- set_
pushrule_ actions PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}/actions
- set_
pushrule_ enabled PUT /_matrix/client/*/pushrules/global/{kind}/{ruleId}/enabled
Structs§
- Email
Pusher Data - Information for an email pusher.
- Missing
Pattern Error - An error that happens when
PushRule
cannot be converted intoPatternedPushRule
- Push
Rule - Like
SimplePushRule
, but may represent any kind of push rule thanks topattern
andconditions
being optional. - Pusher
- Defines a pusher.
- Pusher
Ids - Strings to uniquely identify a
Pusher
. - Pusher
Init - Initial set of fields of
Pusher
.
Enums§
- Pusher
Kind - Which kind a pusher is, and the information for that kind.
- Rule
Kind - The kinds of push rules that are available.