chat.appendStream
method
Usage info
Use the chat.appendStream
method to append text to a stream started with the chat.startStream
method. When there is no more text to append, stop the stream with the chat.stopStream
method.
The Python Slack SDK and Node Slack SDK both provide a helper utility for the chat.*Stream
methods that are surfaced in Bolt for Python and Bolt for JavaScript.