- Value parameters:
- created_by
The valid Slack user ID of the user who created this Call. When this method is called with a user token, the
created_by
field is optional and defaults to the authed user of the token. Otherwise, the field is required.- date_start
Call start time in UTC UNIX timestamp format
- desktop_app_join_url
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
- external_display_id
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
An ID supplied by the 3rd-party Call provider. It must be unique across all Calls from that service.
- join_url
The URL required for a client to join the Call.
- title
The name of the Call.
- users
The list of users to register as participants in the Call. Read more on how to specify users here.
- Companion:
- object
case class AddCallsRequest(external_unique_id: String, join_url: String, external_display_id: Option[String], desktop_app_join_url: Option[String], date_start: Option[Int], title: Option[String], created_by: Option[String], users: Option[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any