UpdateCallsRequest

case class UpdateCallsRequest(id: String, title: Option[String], join_url: Option[String], desktop_app_join_url: Option[String])
Value parameters:
desktop_app_join_url

When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.

id

id returned by the calls.add method.

join_url

The URL required for a client to join the Call.

title

The name of the Call.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product