Skip to main content

Append to a streaming message

POST 

/chat.appendStream

Append a chunk of text to an open stream (see /chat.startStream). Each chunk is broadcast to recipients as a delta, so the message appears to fill in live. Call as many times as needed before /chat.stopStream.

Required scope: chat:send_message or chat:write


OpenAPI Spec: chat-v1.json

Request

Responses

Chunk appended.