Skip to main content

@slack/web-api / PlanUpdateChunk

Interface: PlanUpdateChunk

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

Used for displaying an updated title of a plan. https://docs.slack.dev/messaging/sending-and-scheduling-messages#text-streaming

Extends

Properties

title

title: string;

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


type

type: "plan_update";

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

Overrides

Chunk.type