Skip to main content

@slack/web-api / ChatStopStreamArguments

Type Alias: ChatStopStreamArguments

type ChatStopStreamArguments = TokenOverridable & ChannelAndTS & Partial<MarkdownText> & Partial<Metadata> & object;

Defined in: src/types/request/chat.ts:234

Type Declaration

blocks?

optional blocks: (KnownBlock | Block)[];

Block formatted elements will be appended to the end of the message.