Interface: CallsUpdateArguments
Defined in: packages/web-api/src/types/request/calls.ts:57
Extends
ID
.Partial
<CallDetails
>.TokenOverridable
Properties
desktop_app_join_url?
optional desktop_app_join_url: string;
Defined in: packages/web-api/src/types/request/calls.ts:22
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
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
join_url?
optional join_url: string;
Defined in: packages/web-api/src/types/request/calls.ts:17
Description
The URL required for a client to join the Call.
Inherited from
Partial.join_url
title?
optional title: string;
Defined in: packages/web-api/src/types/request/calls.ts:24
Description
The name of the Call.
Inherited from
Partial.title
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