@slack/web-api / CallsUpdateArguments
Defined in: src/types/request/calls.ts:57
ID.Partial<CallDetails>.TokenOverridable
optional desktop_app_join_url: string;Defined in: src/types/request/calls.ts:22
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
CallsAddArguments.desktop_app_join_url
id: string;Defined in: src/types/request/calls.ts:6
id returned when registering the call using the calls.add method.
ID.idoptional join_url: string;Defined in: src/types/request/calls.ts:17
The URL required for a client to join the Call.
optional title: string;Defined in: src/types/request/calls.ts:24
The name of the Call.
optional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token