@slack/web-api / ChatStreamerOptions
Interface: ChatStreamerOptions
Defined in: packages/web-api/src/chat-stream.ts:7
Properties
buffer_size?
optional buffer_size: number;
Defined in: packages/web-api/src/chat-stream.ts:12
Description
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.
Default
256