Message: request / blob (client -> app)

Back to overview

Request binary content (e.g. a file).

This message SHALL be sent if the client wants to request a blob resource associated to a specific message such as a file, an image or a video.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
response/blob (app -> client)

(None)

Name Description
blobDecryptFailed

Could not decrypt message

blobDownloadFailed

Could not download message from blob server

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: "me", "contact", "group", "distributionList"

String False False
id

The receiver identity

String False False
messageId

The id of the message associated to the blob

String False False

Data

None