Skip to main content

@slack/web-api / AppsUserConnectionUpdateArguments

Interface: AppsUserConnectionUpdateArguments

Defined in: packages/web-api/src/types/request/apps.ts:36

Extends

  • TokenOverridable

Properties

status

status: string;

Defined in: packages/web-api/src/types/request/apps.ts:40

Description

The connection status value to assign to the user. connected or disconnected.


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_id

user_id: string;

Defined in: packages/web-api/src/types/request/apps.ts:38

Description

The identifier for the user receiving the status update.