Skip to main content

@slack/web-api / ConversationsCanvasesCreateArguments

Interface: ConversationsCanvasesCreateArguments

Defined in: packages/web-api/src/types/request/canvas.ts:93

Extends​

  • ChannelID.TokenOverridable

Properties​

channel_id​

channel_id: string;

Defined in: packages/web-api/src/types/request/common.ts:85

Description​

Encoded channel ID.

Inherited from​

ChannelID.channel_id

document_content?​

optional document_content?: DocumentContent;

Defined in: packages/web-api/src/types/request/canvas.ts:95

Description​

Structure describing the type and contents of the Canvas being created.


title?​

optional title?: string;

Defined in: packages/web-api/src/types/request/canvas.ts:97

Description​

Title of the newly created canvas.


token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token