Skip to main content

@slack/web-api / ConversationsCloseArguments

Interface: ConversationsCloseArguments

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

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

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