Message: request / thumbnail (client -> app)

Back to overview

Request the thumbnail of a specific message.

This message SHALL be sent by the client in case it wants to display a message containing a thumbnail.

Acknowledgement

This message is being acknowledged by:

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

(None)

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

String False False
id

The receiver identity

String False False
messageId

The id of the message to request the thumbnail for

String False False

Data

None