Send a new text message.
This message SHALL be sent when the user creates a new text message in the client.
This message is being acknowledged by:
Message | Condition | Error Codes | ||||||
---|---|---|---|---|---|---|---|---|
create/textMessage (app -> client) | (None) |
|
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
type |
The receiver type Allowed values:
|
String | False | False |
id |
The receiver identity |
String | False | False |
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
text |
The message text |
String | False | False |
quote |
The quote |
Map<Quote> | True | False |
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 |