Message: request / read (client -> app)

Back to overview

Mark a message as read.

The client SHALL send this message in case it can safely assume that the user has seen the message that has not been marked as read before.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
update/messages (app -> client)

Only if associated to a request/read and not before the app has successfully delivered the message to the server

Name Description
internalError

An internal error occurred

invalidMessage

Message with the specified type, id or messageId was not found

Args

Field Description Type Optional Nullable
type

The receiver type

Allowed values: "contact", "group", "distributionList"

String False False
id

The receiver identity

String False False
messageId

The id of the newest message that has been read by the user.

String False False

Data

None