@slack/web-api / ChatStreamerOptions
Defined in: packages/web-api/src/chat-stream.ts:7
optional buffer_size: number;Defined in: packages/web-api/src/chat-stream.ts:12
The length of markdown_text to buffer in-memory before calling a method. Increasing this value decreases the number of method calls made for the same amount of text, which is useful to avoid rate limits.
256