package test
Type Members
- case class SlackApiTestRequest(error: Option[String] = None, args: Map[String, String] = Map()) extends Product with Serializable
Slack API test request https://api.slack.com/methods/api.test
- case class SlackApiTestResponse(args: Map[String, String] = Map()) extends Product with Serializable
Slack API test response https://api.slack.com/methods/api.test