We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d1495 commit dbe397fCopy full SHA for dbe397f
slack_sdk/web/client.py
@@ -2946,7 +2946,7 @@ def chat_stream(
2946
[Reference](https://docs.slack.dev/reference/methods/chat.stopStream).
2947
2948
Args:
2949
- buffer_size: The length of markdown_text to buffer in-memory before calling a method. Increasing this value
+ buffer_size: The length of markdown_text to buffer in-memory before calling a stream method. Increasing this value
2950
decreases the number of method calls made for the same amount of text, which is useful to avoid rate limits.
2951
Default: 256.
2952
channel: An encoded ID that represents a channel, private group, or DM.
0 commit comments