Skip to main content

@slack/web-api / CallsParticipantsRemoveArguments

Interface: CallsParticipantsRemoveArguments

Defined in: packages/web-api/src/types/request/calls.ts:63

Extends​

  • ID.Users.TokenOverridable

Properties​

id​

id: string;

Defined in: packages/web-api/src/types/request/calls.ts:6

Description​

id returned when registering the call using the calls.add method.

Inherited from​

ID.id

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

users​

users: CallUser[];

Defined in: packages/web-api/src/types/request/calls.ts:13

Description​

The list of users to add/remove to/from the Call.

See​

Using the Calls API: a note on Users.

Inherited from​

Users.users