@slack/types / BlocksChunk
Interface: BlocksChunk
Defined in: chunk.ts:16
Used for passing an array of blocks within a streaming message. https://docs.slack.dev/changelog/2026/04/16/block-kit-new-blocks/
Extends
Properties
blocks
blocks: AnyBlock[];
Defined in: chunk.ts:19
Description
An array of AnyBlock objects. Maximum of 50 blocks.
type
type: "blocks";
Defined in: chunk.ts:17