Values.ReceiptSourceThe receipt for the message delivered to the recipient.
type nonrec t = {deliveredTimestamp : Instant.t option;The time when the message was delivered to the recipient.
*)readTimestamp : Instant.t option;The time when the message was read by the recipient.
*)recipientParticipantId : ParticipantId.t option;The identifier of the recipient of the message.
*)}