@slack/web-api / BlocksChunk
Interface: BlocksChunk
Defined in: packages/types/dist/chunk.d.ts:14
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: packages/types/dist/chunk.d.ts:17
Description
An array of AnyBlock objects. Maximum of 50 blocks.
type
type: "blocks";
Defined in: packages/types/dist/chunk.d.ts:15