Interface: CallsInfoArguments
Extends
ID
.TokenOverridable
Properties
id
id: string;
Description
id
returned when registering the call using the calls.add
method.
Inherited from
ID.id
Defined in
packages/web-api/src/types/request/calls.ts:6
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token