Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 642 Bytes

MessageDeltaObject.md

File metadata and controls

24 lines (12 loc) · 642 Bytes

MessageDeltaObject

Represents a message delta i.e. any changed fields on a message during streaming.

Properties

Name Type Description Notes
id String The identifier of the message, which can be referenced in API endpoints.
_object ObjectEnum The object type, which is always `thread.message.delta`.
delta MessageDeltaObjectDelta

Enum: ObjectEnum

Name Value
THREAD_MESSAGE_DELTA "thread.message.delta"