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

ChatMessage

import type { ChatMessage } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

A chat message.

interface ChatMessage {
Content: string;
ContentType: string;
}

§Properties

§
Content: string
[src]

The content of the chat message.

§
ContentType: string
[src]

The type of the content. Supported types are text and plain.