t

slack

WebApi

trait WebApi[R] extends Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R] with Service[R]

Linear Supertypes
Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], Service[R], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebApi
  2. Service
  3. Service
  4. Service
  5. Service
  6. Service
  7. Service
  8. Service
  9. Service
  10. Service
  11. Service
  12. Service
  13. Service
  14. Service
  15. Service
  16. Service
  17. Service
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 addReactionToMessage(emojiName: String, channelId: String, timestamp: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  5. def addReminder(text: String, time: String, user: String): ZIO[R with SlackEnv, Throwable, Reminder]
    Definition Classes
    Service
  6. def archiveChannel(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  7. def archiveConversation(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  8. def archiveGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def closeConversation(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  12. def closeGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  13. def closeIm(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  14. def completeReminder(reminder: String): ZIO[R with SlackEnv, Throwable, Boolean]
    Definition Classes
    Service
  15. def createChannel(name: String): ZIO[R with SlackEnv, SlackError, Channel]
    Definition Classes
    Service
  16. def createChildGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  17. def createConversation(name: String, isPrivate: Option[Boolean] = None, userIds: Option[List[String]]): ZIO[R with SlackEnv, SlackError, Conversation]
    Definition Classes
    Service
  18. def createGroup(name: String): ZIO[R with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  19. def deleteChat(channelId: String, ts: String, asUser: Option[Boolean]): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  20. def deleteFile(fileId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  21. def deleteReminder(reminder: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  22. def endDnd(): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  23. def endSnooze(): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def getChannelHistory(channelId: String, latest: Option[String], oldest: Option[String], inclusive: Option[String], count: Option[Int]): ZIO[R with SlackEnv, SlackError, HistoryChunk]
    Definition Classes
    Service
  28. def getChannelInfo(channelId: String): ZIO[R with SlackEnv, SlackError, Channel]
    Definition Classes
    Service
  29. def getChannelReplies(channelId: String, thread_ts: String): ZIO[R with SlackEnv, SlackError, RepliesChunk]
    Definition Classes
    Service
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getConversationInfo(channel: String, includeLocale: Option[Boolean] = None, includeNumMembers: Option[Boolean] = None): ZIO[R with SlackEnv, Throwable, Channel]
    Definition Classes
    Service
  32. def getConversationMembers(channel: String, cursor: Option[String] = None, limit: Option[Int] = None): ZIO[SlackEnv, Throwable, List[String]]
    Definition Classes
    Service
  33. def getConversationReplies(channel: String, ts: String, cursor: Option[String] = None, inclusive: Option[Boolean] = None, latest: Option[String] = None, limit: Option[Int] = None, oldest: Option[String] = None): ZIO[R with SlackEnv, Throwable, List[Message]]
    Definition Classes
    Service
  34. def getDoNotDisturbInfo(userId: Option[String] = None): ZIO[R with SlackEnv, SlackError, DndInfo]
    Definition Classes
    Service
  35. def getFileInfo(fileId: String, count: Option[Int] = None, page: Option[Int] = None): ZIO[R with SlackEnv, SlackError, FileInfo]
    Definition Classes
    Service
  36. def getGroupHistory(channelId: String, latest: Option[String] = None, oldest: Option[String] = None, inclusive: Option[Int] = None, count: Option[Int] = None): ZIO[R with SlackEnv, SlackError, HistoryChunk]
    Definition Classes
    Service
  37. def getGroupInfo(channelId: String): ZIO[R with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  38. def getImHistory(channelId: String, latest: Option[String] = scala.None, oldest: Option[String] = scala.None, inclusive: Option[Int] = scala.None, count: Option[Int] = scala.None): ZIO[R with SlackEnv, SlackError, HistoryChunk]
    Definition Classes
    Service
  39. def getReactions(file: Option[String] = None, fileComment: Option[String] = None, channelId: Option[String] = None, timestamp: Option[String] = None, full: Option[Boolean]): ZIO[R with SlackEnv, SlackError, Seq[Reaction]]
    Definition Classes
    Service
  40. def getReactionsForMessage(channelId: String, timestamp: String, full: Option[Boolean]): ZIO[R with SlackEnv, SlackError, Seq[Reaction]]
    Definition Classes
    Service
  41. def getReminderInfo(reminder: String): ZIO[R with SlackEnv, SlackError, Reminder]
    Definition Classes
    Service
  42. def getTeamAccessLogs(count: Option[Int], page: Option[Int]): ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  43. def getTeamDoNotDisturbInfo(users: List[String]): ZIO[R with SlackEnv, SlackError, Map[String, DndInfo]]
    Definition Classes
    Service
  44. def getTeamInfo: ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  45. def getUserInfo(userId: String): ZIO[R with SlackEnv, SlackError, User]
    Definition Classes
    Service
  46. def getUserPresence(userId: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def inviteToChannel(channelId: String, userId: String): ZIO[R with SlackEnv, SlackError, Channel]
    Definition Classes
    Service
  49. def inviteToConversation(channel: String, users: List[String]): ZIO[R with SlackEnv, Throwable, Channel]
    Definition Classes
    Service
  50. def inviteToGroup(channelId: String, userId: String): ZIO[R with SlackEnv, SlackError, Group]
    Definition Classes
    Service
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. def joinChannel(channelId: String): ZIO[R with SlackEnv, SlackError, Channel]
    Definition Classes
    Service
  53. def joinConversation(channel: String): ZIO[R with SlackEnv, Throwable, Channel]
    Definition Classes
    Service
  54. def kickFromChannel(channelId: String, userId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  55. def kickFromConversation(channel: String, user: String): ZIO[R with SlackEnv, Throwable, Boolean]
    Definition Classes
    Service
  56. def kickFromGroup(channelId: String, userId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  57. def leaveChannel(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  58. def leaveConversation(channel: String): ZIO[R with SlackEnv, Throwable, Boolean]
    Definition Classes
    Service
  59. def leaveGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  60. def listChannels(excludeArchived: Int): ZIO[R with SlackEnv, SlackError, Seq[Channel]]
    Definition Classes
    Service
  61. def listConversations(cursor: Option[String] = None, excludeArchived: Option[Boolean] = None, limit: Option[Int] = None, types: Option[List[String]] = None): ZIO[R with SlackEnv, Throwable, List[Channel]]
    Definition Classes
    Service
  62. def listEmojis: ZIO[R with SlackEnv, SlackError, Map[String, String]]
    Definition Classes
    Service
  63. 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): ZIO[R with SlackEnv, SlackError, FilesResponse]
    Definition Classes
    Service
  64. def listGroups(excludeArchived: Int = 0): ZIO[R with SlackEnv, SlackError, Seq[Group]]
    Definition Classes
    Service
  65. def listIms: ZIO[R with SlackEnv, SlackError, Seq[Im]]
    Definition Classes
    Service
  66. def listReactionsForUser(userId: Option[String], full: Boolean, count: Option[Int], page: Option[Int]): ZIO[R with SlackEnv, SlackError, ReactionsResponse]
    Definition Classes
    Service
  67. def listReminders: ZIO[R with SlackEnv, SlackError, List[Reminder]]
    Definition Classes
    Service
  68. def listStars(userId: Option[String] = scala.None, count: Option[Int] = scala.None, page: Option[Int] = scala.None): ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  69. def listUsers(): ZIO[R with SlackEnv, SlackError, Seq[User]]
    Definition Classes
    Service
  70. def lookupUserByEmail(emailId: String): ZIO[R with SlackEnv, SlackError, User]
    Definition Classes
    Service
  71. def markChannel(channelId: String, ts: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  72. def markGroup(channelId: String, ts: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  73. def markIm(channelId: String, ts: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  74. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  75. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  76. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. def openConversation[T](channel: Option[String] = None, returnIm: ChannelLike[T] = ChannelLikeId, users: Option[List[String]] = None): ZIO[SlackEnv, Throwable, ChannelType]
    Definition Classes
    Service
  78. def openDialog(triggerId: String, dialog: Dialog): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  79. def openGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  80. def openIm(userId: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  81. def postChatEphemeral(channelId: String, text: String, user: String, asUser: Option[Boolean], parse: Option[String], attachments: Option[Seq[Attachment]], blocks: Option[Seq[Block]], linkNames: Option[Boolean]): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  82. 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, blocks: Option[Seq[Block]] = 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, threadTs: Option[String] = None, replyBroadcast: Option[Boolean] = None): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  83. def removeReaction(emojiName: String, file: Option[String] = None, fileComment: Option[String] = None, channelId: Option[String] = None, timestamp: Option[String] = None): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  84. def removeReactionFromMessage(emojiName: String, channelId: String, timestamp: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  85. def renameChannel(channelId: String, name: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  86. def renameConversation(channel: String, name: String): ZIO[R with SlackEnv, Throwable, Channel]
    Definition Classes
    Service
  87. def renameGroup(channelId: String, name: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  88. def searchAll(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None): ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  89. def searchFiles(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None): ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  90. def searchMessages(query: String, sort: Option[String] = None, sortDir: Option[String] = None, highlight: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None): ZIO[R with SlackEnv, SlackError, Json]
    Definition Classes
    Service
  91. def setChannelPurpose(channelId: String, purpose: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  92. def setChannelTopic(channelId: String, topic: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  93. def setConversationPurpose(channel: String, purpose: String): ZIO[R with SlackEnv, Throwable, String]
    Definition Classes
    Service
  94. def setConversationTopic(channel: String, topic: String): ZIO[R with SlackEnv, Throwable, String]
    Definition Classes
    Service
  95. def setGroupPurpose(channelId: String, purpose: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  96. def setGroupTopic(channelId: String, topic: String): ZIO[R with SlackEnv, SlackError, String]
    Definition Classes
    Service
  97. def setSnooze(numMinutes: Int): ZIO[R with SlackEnv, SlackError, SnoozeInfo]
    Definition Classes
    Service
  98. def setUserActive(userId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  99. def setUserPresence(presence: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  100. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  101. def test: ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  102. def testAuth: ZIO[R with SlackEnv, SlackError, AuthIdentity]
    Definition Classes
    Service
  103. def toString(): String
    Definition Classes
    AnyRef → Any
  104. def unarchiveChannel(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  105. def unarchiveConversation(channel: String): ZIO[SlackEnv, Throwable, Boolean]
    Definition Classes
    Service
  106. def unarchiveGroup(channelId: String): ZIO[R with SlackEnv, SlackError, Boolean]
    Definition Classes
    Service
  107. def updateChatMessage(channelId: String, ts: String, text: String, attachments: Option[Seq[Attachment]], blocks: Option[Seq[Block]], parse: Option[String], linkNames: Option[String], asUser: Option[Boolean], threadTs: Option[String]): ZIO[R with SlackEnv, SlackError, UpdateResponse]
    Definition Classes
    Service
  108. def uploadFile(content: Either[File, Array[Byte]], fileType: Option[String] = None, fileName: Option[String] = None, title: Option[String] = None, initialComment: Option[String] = None, channels: Option[Seq[String]] = None, threadTs: Option[String] = None): ZIO[R with SlackEnv, SlackError, SlackFile]
    Definition Classes
    Service
  109. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from Service[R]

Inherited from AnyRef

Inherited from Any

Ungrouped