@slack/web-api / CallsEndArguments
Defined in: src/types/request/calls.ts:48
ID.TokenOverridable
optional duration: number;Defined in: src/types/request/calls.ts:50
Call duration in seconds.
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.token