Interface: CallsUpdateArguments
Extends
ID
.Partial
<CallDetails
>.TokenOverridable
Properties
desktop_app_join_url?
optional desktop_app_join_url: string;
Description
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
Inherited from
Partial.desktop_app_join_url
Defined in
packages/web-api/src/types/request/calls.ts:22
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
join_url?
optional join_url: string;
Description
The URL required for a client to join the Call.
Inherited from
Partial.join_url
Defined in
packages/web-api/src/types/request/calls.ts:17
title?
optional title: string;
Description
The name of the Call.
Inherited from
Partial.title
Defined in
packages/web-api/src/types/request/calls.ts:24
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token