Package version:

Interface MessageTextContent

A representation of a textual item of thread message content.

interface MessageTextContent {
    text: MessageTextDetails;
    type: "text";
}

Hierarchy (view full)

Properties

Properties

The text and associated annotations for this thread message content item.

type

The object type, which is always 'text'.