Content types that can be sent in a message

interface TextContent {
    text: string;
    type: "text";
}

Properties

Properties

text: string
type: "text"