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

MessageMetadata

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

Contains metadata related to a message.

interface MessageMetadata {
MessageId?: string | null;
Receipts?: Receipt[] | null;
}

§Properties

§
MessageId?: string | null
[src]

The identifier of the message that contains the metadata information.

§
Receipts?: Receipt[] | null
[src]

The list of receipt information for a message for different recipients.