case class ShareRemoteFilesRequest(file: Option[String], external_id: Option[String], channels: Option[String])
- Value parameters:
- channels
Comma-separated list of channel IDs where the file will be shared.
- external_id
The globally unique identifier (GUID) for the file, as set by the app registering the file with Slack. Either this field or
file
or both are required.- file
Specify a file registered with Slack by providing its ID. Either this field or
external_id
or both are required.
- Companion:
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any