chat.startStream method
Usage info
Use the chat.startStream method to start a streaming conversation. Append to the stream with the chat.appendStream method, and 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.