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

SendMessageResponse

import type { SendMessageResponse } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface SendMessageResponse {
AbsoluteTime?: string | null;
Id?: string | null;
}

§Properties

§
AbsoluteTime?: string | null
[src]

The time when the message was sent.

It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

§
Id?: string | null
[src]

The ID of the message.