Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 538 Bytes

MessageDeltaContentTextObject.md

File metadata and controls

24 lines (12 loc) · 538 Bytes

MessageDeltaContentTextObject

The text content that is part of a message.

Properties

Name Type Description Notes
index Integer The index of the content part in the message.
type TypeEnum Always `text`.
text MessageDeltaContentTextObjectText [optional]

Enum: TypeEnum

Name Value
TEXT "text"