Acknowledge (agree or decline) a message.
This message SHALL be sent when the user acknowledges (agree or decline) a message as part of a conversation in the client.
This message is being acknowledged by:
Message | Condition | Error Codes | ||||||
---|---|---|---|---|---|---|---|---|
update/messages (app -> client) | Only if associated to a request/ack and not before the app has successfully delivered the message to the server |
|
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
type |
The receiver type Allowed values:
|
String | False | False |
id |
The receiver identity |
String | False | False |
messageId |
The id of the message to be acknowledged |
String | False | False |
acknowledged |
Whether the message has been acknowledged ( |
Boolean | False | False |