@slack/web-api / PlanUpdateChunk
Interface: PlanUpdateChunk
Defined in: packages/types/dist/chunk.d.ts:31
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:33
type
type: "plan_update";
Defined in: packages/types/dist/chunk.d.ts:32