MessageDelta

constructor(id: MessageId, object: String, delta: MessageDeltaData)

Parameters

id

the identifier of the message, which can be referenced in API endpoints.

object

the object type, which is always thread.message.delta.

delta

the delta containing the fields that have changed on the message.