fmgp.did.comm.protocol.pickup3.DeliveryRequest
See theDeliveryRequest companion object
A request from the recipient to the mediator to have pending messages delivered.
Attributes
- recipient_did
Optional. When specified, the mediator MUST only return status related to that recipient did. This allows the recipient to discover if any messages are in the queue that were sent to a specific did.
{ "id": "123456780", "type": "ttps://didcomm.org/messagepickup/3.0/delivery-request", "body": { "limit": 10, "recipient_did": "<did for messages>" }, "return_route": "all" }- Companion:
- object
- Graph
- Supertypes