Request messages of a conversation and subscribe to updates.
This message SHALL be sent by the client if it wants to display messages of a specific conversation.
This message is being acknowledged by:
Message | Condition | Error Codes | ||||
---|---|---|---|---|---|---|
response/messages (app -> client) | (None) |
|
This message subscribes to:
Message | Condition |
---|---|
update/messages (app -> client) | On successful acknowledgement |
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
type |
The receiver type Allowed values:
|
String | False | False |
id |
The receiver identity |
String | False | False |
refMsgId |
The reference message id used for paging. If set, only messages older than the specified message should be returned. |
String | True | False |