The text content that is part of a message.

interface TextContentBlock {
    text: Text;
    type: "text";
}

Properties

Properties

text: Text
type: "text"

Always text.