package views
Type Members
- case class SlackApiViewsOpenRequest(trigger_id: SlackTriggerId, view: SlackView) extends Product with Serializable
Request of https://api.slack.com/methods/views.open
- case class SlackApiViewsOpenResponse(view: SlackStatefulView) extends Product with Serializable
Response of https://api.slack.com/methods/views.open
- case class SlackApiViewsPublishRequest(user_id: SlackUserId, view: SlackView, hash: Option[String] = None) extends Product with Serializable
Request of https://api.slack.com/methods/views.publish
- case class SlackApiViewsPublishResponse(view: SlackStatefulView) extends Product with Serializable
Response of https://api.slack.com/methods/views.publish
- case class SlackApiViewsPushRequest(trigger_id: SlackTriggerId, view: SlackView) extends Product with Serializable
Request of https://api.slack.com/methods/views.push
- case class SlackApiViewsPushResponse(view: SlackStatefulView) extends Product with Serializable
Response of https://api.slack.com/methods/views.push
- case class SlackApiViewsUpdateRequest(view: SlackView, external_id: Option[String] = None, hash: Option[String] = None, view_id: Option[String] = None) extends Product with Serializable
Request of https://api.slack.com/methods/views.update
- case class SlackApiViewsUpdateResponse(view: SlackStatefulView) extends Product with Serializable
Response of https://api.slack.com/methods/views.update