Skip to main content

@slack/web-api / MarkdownTextChunk

Interface: MarkdownTextChunk

Defined in: packages/types/dist/chunk.d.ts:13

Used for streaming text content with markdown formatting support. https://docs.slack.dev/messaging/sending-and-scheduling-messages#text-streaming

Extends

Properties

text

text: string;

Defined in: packages/types/dist/chunk.d.ts:15


type

type: "markdown_text";

Defined in: packages/types/dist/chunk.d.ts:14

Overrides

Chunk.type