class
SlackApiClient extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
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]
-
def
addReactionToMessage(emojiName: String, channelId: String, timestamp: String)(implicit system: ActorSystem): Future[Boolean]
-
def
archiveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
archiveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
closeGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
closeIm(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
closeMpim(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
createChannel(name: String)(implicit system: ActorSystem): Future[Channel]
-
def
createChildGroup(channelId: String)(implicit system: ActorSystem): Future[Group]
-
def
createGroup(name: String)(implicit system: ActorSystem): Future[Group]
-
def
deleteChat(channelId: String, ts: String, asUser: Option[Boolean] = None)(implicit system: ActorSystem): Future[Boolean]
-
def
deleteFile(fileId: String)(implicit system: ActorSystem): Future[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
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]
-
def
getChannelInfo(channelId: String)(implicit system: ActorSystem): Future[Channel]
-
def
getChannelReplies(channelId: String, thread_ts: String)(implicit system: ActorSystem): Future[RepliesChunk]
-
final
def
getClass(): Class[_]
-
def
getConversationInfo(channelId: String, includeLocale: Boolean = true, includeNumMembers: Boolean = false)(implicit system: ActorSystem): Future[Channel]
-
def
getDetailedFileInfo(file_id: String, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[DetailedFileInfo]
-
def
getFileInfo(fileId: String, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[FileInfo]
-
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]
-
def
getGroupInfo(channelId: String)(implicit system: ActorSystem): Future[Group]
-
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]
-
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]
-
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]]
-
def
getReactionsForMessage(channelId: String, timestamp: String, full: Option[Boolean] = None)(implicit system: ActorSystem): Future[Seq[Reaction]]
-
def
getTeamAccessLogs(count: Option[Int], page: Option[Int])(implicit system: ActorSystem): Future[JsValue]
-
def
getTeamInfo()(implicit system: ActorSystem): Future[JsValue]
-
def
getUserInfo(userId: String)(implicit system: ActorSystem): Future[User]
-
def
getUserPresence(userId: String)(implicit system: ActorSystem): Future[String]
-
def
hashCode(): Int
-
def
inviteToChannel(channelId: String, userId: String)(implicit system: ActorSystem): Future[Channel]
-
def
inviteToGroup(channelId: String, userId: String)(implicit system: ActorSystem): Future[Group]
-
final
def
isInstanceOf[T0]: Boolean
-
def
joinChannel(channelId: String)(implicit system: ActorSystem): Future[Channel]
-
def
kickFromChannel(channelId: String, userId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
kickFromGroup(channelId: String, userId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
leaveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
leaveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
listChannels(excludeArchived: Boolean = false)(implicit system: ActorSystem): Future[Seq[Channel]]
-
def
listConversations(channelTypes: Seq[ConversationType] = Seq(PublicChannel), excludeArchived: Int = 0)(implicit system: ActorSystem): Future[Seq[Channel]]
-
def
listEmojis()(implicit system: ActorSystem): Future[Map[String, String]]
-
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]
-
def
listGroups(excludeArchived: Int = 0)(implicit system: ActorSystem): Future[Seq[Group]]
-
def
listIms()(implicit system: ActorSystem): Future[Seq[Im]]
-
def
listMpims()(implicit system: ActorSystem): Future[Seq[Group]]
-
def
listReactionsForUser(userId: Option[String], full: Boolean = false, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[ReactionsResponse]
-
def
listStars(userId: Option[String] = None, count: Option[Int] = None, page: Option[Int] = None)(implicit system: ActorSystem): Future[JsValue]
-
def
listUsers()(implicit system: ActorSystem): Future[Seq[User]]
-
def
lookupUserByEmail(emailId: String)(implicit system: ActorSystem): Future[User]
-
def
markChannel(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
-
def
markGroup(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
-
def
markIm(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
-
def
markMpim(channelId: String, ts: String)(implicit system: ActorSystem): Future[Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
openDialog(triggerId: String, dialog: Dialog)(implicit system: ActorSystem): Future[Boolean]
-
def
openGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
openIm(userId: String)(implicit system: ActorSystem): Future[String]
-
def
openMpim(userIds: Seq[String])(implicit system: ActorSystem): Future[String]
-
def
postChatEphemeral(channelId: String, text: String, user: String, asUser: Option[Boolean] = None, parse: Option[String] = None, attachments: Option[Seq[Attachment]] = None, blocks: Option[Seq[Block]] = None, linkNames: Option[Boolean] = None)(implicit system: ActorSystem): Future[String]
-
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)(implicit system: ActorSystem): Future[String]
-
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]
-
def
removeReactionFromMessage(emojiName: String, channelId: String, timestamp: String)(implicit system: ActorSystem): Future[Boolean]
-
def
renameChannel(channelId: String, name: String)(implicit system: ActorSystem): Future[Boolean]
-
def
renameGroup(channelId: String, name: String)(implicit system: ActorSystem): Future[Boolean]
-
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]
-
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]
-
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]
-
def
setChannelPurpose(channelId: String, purpose: String)(implicit system: ActorSystem): Future[String]
-
def
setChannelTopic(channelId: String, topic: String)(implicit system: ActorSystem): Future[String]
-
def
setConversationTopic(channelId: String, topic: String)(implicit system: ActorSystem): Future[Boolean]
-
def
setGroupPurpose(channelId: String, purpose: String)(implicit system: ActorSystem): Future[String]
-
def
setGroupTopic(channelId: String, topic: String)(implicit system: ActorSystem): Future[String]
-
def
setUserActive(userId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
setUserPresence(presence: String)(implicit system: ActorSystem): Future[Boolean]
-
def
startRealTimeMessageSession()(implicit system: ActorSystem): Future[RtmStartState]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
test()(implicit system: ActorSystem): Future[Boolean]
-
def
testAuth()(implicit system: ActorSystem): Future[AuthIdentity]
-
def
toString(): String
-
def
unarchiveChannel(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
unarchiveGroup(channelId: String)(implicit system: ActorSystem): Future[Boolean]
-
def
updateChatMessage(channelId: String, ts: String, text: String, attachments: Option[Seq[Attachment]] = None, blocks: Option[Seq[Block]] = None, parse: Option[String] = None, linkNames: Option[String] = None, asUser: Option[Boolean] = None, threadTs: Option[String] = None)(implicit system: ActorSystem): Future[UpdateResponse]
-
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, thread_ts: Option[String] = None)(implicit system: ActorSystem): Future[SlackFile]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any