@slack/web-api / ConversationsCanvasesCreateArguments
Defined in: src/types/request/canvas.ts:92
ChannelID.TokenOverridable
channel_id: string;Defined in: src/types/request/common.ts:85
Encoded channel ID.
ChannelID.channel_idoptional document_content: DocumentContent;Defined in: src/types/request/canvas.ts:94
Structure describing the type and contents of the Canvas being created.
optional title: string;Defined in: src/types/request/canvas.ts:96
Title of the newly created canvas.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token