Skip to main content

Interface: ConversationsKickArguments

Extends

  • Channel.TokenOverridable

Properties

channel

channel: string;

Description

ID of conversation.

Inherited from

Channel.channel

Defined in

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


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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


user

user: string;

Defined in

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