p

slack

api

package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AccessToken (access_token: String, scope: String) extends Product with Serializable
  2. case class ApiError (code: String) extends Exception with Product with Serializable
  3. class BlockingSlackApiClient extends AnyRef
  4. case class FileInfo (file: SlackFile, comments: Seq[SlackComment], paging: PagingObject) extends Product with Serializable
  5. case class FilesResponse (files: Seq[SlackFile], paging: PagingObject) extends Product with Serializable
  6. case class HistoryChunk (latest: Option[String], messages: Seq[JsValue], has_more: Boolean) extends Product with Serializable
  7. case class InvalidResponseError (status: Int, body: String) extends Exception with Product with Serializable
  8. case class PagingObject (count: Int, total: Int, page: Int, pages: Int) extends Product with Serializable
  9. case class ReactionsResponse (items: Seq[JsValue], paging: PagingObject) extends Product with Serializable
  10. case class RtmStartState (url: String, self: User, team: Team, users: Seq[User], channels: Seq[Channel], groups: Seq[Group], ims: Seq[Im], bots: Seq[JsValue]) extends Product with Serializable
  11. class SlackApiClient extends AnyRef

Ungrouped