Skip to main content

@slack/web-api / ConversationsKickArguments

Interface: ConversationsKickArguments

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

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

user​

user: string;

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