Message: response / blob (app -> client)

Back to overview

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

This message MUST be sent by the app in case binary data has been requested by the client.

Acknowledgement

This message acknowledges:

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

(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

Field Description Type Optional Nullable
blob

The binary data

Binary False False
type

The MIME type of the data

String False False
name

The filename

String False False