Interface: ConversationsCanvasesCreateArguments
Extends
ChannelID
.TokenOverridable
Properties
channel_id
channel_id: string;
Description
Encoded channel ID.
Inherited from
ChannelID.channel_id
Defined in
packages/web-api/src/types/request/common.ts:85
document_content?
optional document_content: DocumentContent;
Description
Structure describing the type and contents of the Canvas being created.
Defined in
packages/web-api/src/types/request/canvas.ts:94
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token