Packages

package views

Type Members

  1. case class SlackApiViewsOpenRequest(trigger_id: SlackTriggerId, view: SlackView) extends Product with Serializable

    Request of https://api.slack.com/methods/views.open

  2. case class SlackApiViewsOpenResponse(view: SlackStatefulView) extends Product with Serializable

    Response of https://api.slack.com/methods/views.open

  3. 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

  4. case class SlackApiViewsPublishResponse(view: SlackStatefulView) extends Product with Serializable

    Response of https://api.slack.com/methods/views.publish

  5. case class SlackApiViewsPushRequest(trigger_id: SlackTriggerId, view: SlackView) extends Product with Serializable

    Request of https://api.slack.com/methods/views.push

  6. case class SlackApiViewsPushResponse(view: SlackStatefulView) extends Product with Serializable

    Response of https://api.slack.com/methods/views.push

  7. 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

  8. case class SlackApiViewsUpdateResponse(view: SlackStatefulView) extends Product with Serializable

    Response of https://api.slack.com/methods/views.update

Ungrouped