Skip to main content

@slack/web-api / ConversationsSetPurposeArguments

Interface: ConversationsSetPurposeArguments

Defined in: packages/web-api/src/types/request/conversations.ts:237

Extends​

  • Channel.TokenOverridable

Properties​

channel​

channel: string;

Defined in: packages/web-api/src/types/request/conversations.ts:15

Description​

ID of conversation.

Inherited from​

Channel.channel

purpose​

purpose: string;

Defined in: packages/web-api/src/types/request/conversations.ts:239

Description​

A new, specialer purpose.


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