@slack/web-api / CallsAddArguments
Defined in: src/types/request/calls.ts:28
Partial<Users>.CallDetails.TokenOverridable
optional created_by: string;Defined in: src/types/request/calls.ts:37
ID of the user who created this Call. When this method is called with a user token, this field is optional and defaults to the authed user of the token. Otherwise, the field is required.
optional date_start: number;Defined in: src/types/request/calls.ts:39
Unix timestamp of the call start time.
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.
CallDetails.desktop_app_join_urloptional external_display_id: string;Defined in: src/types/request/calls.ts:44
An optional, human-readable ID supplied by the 3rd-party Call provider. If supplied, this ID will be displayed in the Call object.
external_unique_id: string;Defined in: src/types/request/calls.ts:32
An ID supplied by the 3rd-party Call provider. It must be unique across all Calls from that service.
join_url: string;Defined in: src/types/request/calls.ts:17
The URL required for a client to join the Call.
CallDetails.join_urloptional title: string;Defined in: src/types/request/calls.ts:24
The name of the Call.
CallDetails.titleoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenoptional users: CallUser[];Defined in: src/types/request/calls.ts:13
The list of users to add/remove to/from the Call.