@slack/web-api / CallsParticipantsAddArguments
Defined in: src/types/request/calls.ts:60
ID.Users.TokenOverridable
id: string;Defined in: src/types/request/calls.ts:6
id returned when registering the call using the calls.add method.
ID.idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenusers: CallUser[];Defined in: src/types/request/calls.ts:13
The list of users to add/remove to/from the Call.
Using the Calls API: a note on Users.
Users.users