class SlackApiClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlackApiClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SlackApiClient(token: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addReaction(emojiName: String, file: Option[String] = None, fileComment: Option[String] = None, channelId: Option[String] = None, timestamp: Option[String] = None)(implicit system: ActorSystem): Future[Boolean]

    ***************************

  5. def addReactionToMessage(emojiName: String, channelId: String, timestamp: String)(implicit system: ActorSystem): Future[Boolean]
  6. def archiveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]

    ************************

  7. def archiveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]

    ************************

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def closeGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  11. def closeIm(channelId: String)(implicit system: ActorSystem): Future[Boolean]

    *********************

  12. def closeMpim(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  13. def createChannel(name: String)(implicit system: ActorSystem): Future[Channel]
  14. def createChildGroup(channelId: String)(implicit system: ActorSystem): Future[Group]
  15. def createGroup(name: String)(implicit system: ActorSystem): Future[Group]
  16. def deleteChat(channelId: String, ts: String, asUser: Option[Boolean] = None)(implicit system: ActorSystem): Future[Boolean]

    ***********************

  17. def deleteFile(fileId: String)(implicit system: ActorSystem): Future[Boolean]

    ***********************

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def getChannelHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None)(implicit system: ActorSystem): Future[HistoryChunk]
  22. def getChannelInfo(channelId: String)(implicit system: ActorSystem): Future[Channel]
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def getFileInfo(fileId: String, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[FileInfo]
  25. def getGroupHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None)(implicit system: ActorSystem): Future[HistoryChunk]
  26. def getGroupInfo(channelId: String)(implicit system: ActorSystem): Future[Group]
  27. def getImHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None)(implicit system: ActorSystem): Future[HistoryChunk]
  28. def getMpimHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None)(implicit system: ActorSystem): Future[HistoryChunk]
  29. def getReactions(file: Option[String] = None, fileComment: Option[String] = None, channelId: Option[String] = None, timestamp: Option[String] = None, full: Option[Boolean] = None)(implicit system: ActorSystem): Future[Seq[Reaction]]
  30. def getReactionsForMessage(channelId: String, timestamp: String, full: Option[Boolean] = None)(implicit system: ActorSystem): Future[Seq[Reaction]]
  31. def getTeamAccessLogs(count: Option[Int], page: Option[Int])(implicit system: ActorSystem): Future[JsValue]

    ***********************

  32. def getTeamInfo()(implicit system: ActorSystem): Future[JsValue]
  33. def getUserInfo(userId: String)(implicit system: ActorSystem): Future[User]
  34. def getUserPresence(userId: String)(implicit system: ActorSystem): Future[String]

    ***********************

  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  36. def inviteToChannel(channelId: String, userId: String)(implicit system: ActorSystem): Future[Channel]
  37. def inviteToGroup(channelId: String, userId: String)(implicit system: ActorSystem): Future[Group]
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def joinChannel(channelId: String)(implicit system: ActorSystem): Future[Channel]
  40. def kickFromChannel(channelId: String, userId: String)(implicit system: ActorSystem): Future[Boolean]
  41. def kickFromGroup(channelId: String, userId: String)(implicit system: ActorSystem): Future[Boolean]
  42. def leaveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  43. def leaveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  44. def listChannels(excludeArchived: Int = 0)(implicit system: ActorSystem): Future[Seq[Channel]]
  45. def listEmojis()(implicit system: ActorSystem): Future[Map[String, String]]

    ************************

  46. def listFiles(userId: Option[String] = None, tsFrom: Option[String] = None, tsTo: Option[String] = None, types: Option[Seq[String]] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[FilesResponse]
  47. def listGroups(excludeArchived: Int = 0)(implicit system: ActorSystem): Future[Seq[Group]]
  48. def listIms()(implicit system: ActorSystem): Future[Seq[Im]]
  49. def listMpims()(implicit system: ActorSystem): Future[Seq[Group]]
  50. def listReactionsForUser(userId: Option[String], full: Boolean = false, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[ReactionsResponse]
  51. def listStars(userId: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[JsValue]

    ************************

  52. def listUsers()(implicit system: ActorSystem): Future[Seq[User]]
  53. def markChannel(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
  54. def markGroup(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
  55. def markIm(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
  56. def markMpim(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  60. def openGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  61. def openIm(userId: String)(implicit system: ActorSystem): Future[String]
  62. def openMpim(userIds: Seq[String])(implicit system: ActorSystem): Future[String]

    ***********************

  63. def postChatMessage(channelId: String, text: String, username: Option[String] = None, asUser: Option[Boolean] = None, parse: Option[String] = None, linkNames: Option[String] = None, attachments: Option[Seq[Attachment]] = None, unfurlLinks: Option[Boolean] = None, unfurlMedia: Option[Boolean] = None, iconUrl: Option[String] = None, iconEmoji: Option[String] = None, replaceOriginal: Option[Boolean] = None, deleteOriginal: Option[Boolean] = None)(implicit system: ActorSystem): Future[String]
  64. def removeReaction(emojiName: String, file: Option[String] = None, fileComment: Option[String] = None, channelId: Option[String] = None, timestamp: Option[String] = None)(implicit system: ActorSystem): Future[Boolean]
  65. def removeReactionFromMessage(emojiName: String, channelId: String, timestamp: String)(implicit system: ActorSystem): Future[Boolean]
  66. def renameChannel(channelId: String, name: String)(implicit system: ActorSystem): Future[Boolean]
  67. def renameGroup(channelId: String, name: String)(implicit system: ActorSystem): Future[Boolean]
  68. def searchAll(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[JsValue]

    *************************

  69. def searchFiles(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[JsValue]
  70. def searchMessages(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[JsValue]
  71. def setChannelPurpose(channelId: String, purpose: String)(implicit system: ActorSystem): Future[String]
  72. def setChannelTopic(channelId: String, topic: String)(implicit system: ActorSystem): Future[String]
  73. def setGroupPurpose(channelId: String, purpose: String)(implicit system: ActorSystem): Future[String]
  74. def setGroupTopic(channelId: String, topic: String)(implicit system: ActorSystem): Future[String]
  75. def setUserActive(userId: String)(implicit system: ActorSystem): Future[Boolean]
  76. def setUserPresence(presence: String)(implicit system: ActorSystem): Future[Boolean]
  77. def startRealTimeMessageSession()(implicit system: ActorSystem): Future[RtmStartState]

    **********************

  78. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  79. def test()(implicit system: ActorSystem): Future[Boolean]

    ***********************

  80. def testAuth()(implicit system: ActorSystem): Future[AuthIdentity]
  81. def toString(): String
    Definition Classes
    AnyRef → Any
  82. def unarchiveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  83. def unarchiveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
  84. def updateChatMessage(channelId: String, ts: String, text: String, asUser: Option[Boolean] = None)(implicit system: ActorSystem): Future[UpdateResponse]
  85. def uploadFile(content: Either[File, String], filetype: Option[String] = None, filename: Option[String] = None, title: Option[String] = None, initialComment: Option[String] = None, channels: Option[Seq[String]] = None)(implicit system: ActorSystem): Future[SlackFile]
  86. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped