Message: create / textMessage (client -> app)

Back to overview

Send a new text message.

This message SHALL be sent when the user creates a new text message in the client.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
create/textMessage (app -> client)

(None)

Name Description
blocked

The recipient has been blocked in the app

internalError

An internal error occurred

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

Data

Field Description Type Optional Nullable
text

The message text

String False False
quote

The quote

Map<Quote> True False

Models

Quote

Field Description Type Optional Nullable Default
identity

The quote author's identity

String False False
text

The quote text

String False False
messageId

The message id of the quoted message

String True False