Packages

package pins

Type Members

  1. case class SlackApiPinsAddRequest(channel: SlackChannelId, timestamp: String) extends Product with Serializable

    Request of https://api.slack.com/methods/pins.add

  2. case class SlackApiPinsAddResponse() extends Product with Serializable

    Response of https://api.slack.com/methods/pins.add

  3. case class SlackApiPinsListRequest(channel: SlackChannelId) extends Product with Serializable

    Request of https://api.slack.com/methods/pins.list

  4. case class SlackApiPinsListResponse(items: List[SlackPinItem]) extends Product with Serializable

    Response of https://api.slack.com/methods/pins.list

  5. case class SlackApiPinsRemoveRequest(channel: SlackChannelId, timestamp: String) extends Product with Serializable

    Request of https://api.slack.com/methods/pins.remove

  6. case class SlackApiPinsRemoveResponse() extends Product with Serializable

    Response of https://api.slack.com/methods/pins.remove

  7. case class SlackPinItem(channel: SlackChannelId, created: SlackDateTime, created_by: String, message: SlackPinnedMessage) extends Product with Serializable

Ungrouped