Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Receipt

import type { Receipt } from "https://aws-api.deno.dev/v0.4/services/connectparticipant.ts?docs=full";

The receipt for the message delivered to the recipient.

interface Receipt {
DeliveredTimestamp?: string | null;
ReadTimestamp?: string | null;
RecipientParticipantId?: string | null;
}

§Properties

§
DeliveredTimestamp?: string | null
[src]

The time when the message was delivered to the recipient.

§
ReadTimestamp?: string | null
[src]

The time when the message was read by the recipient.

§
RecipientParticipantId?: string | null
[src]

The identifier of the recipient of the message.