(conversations connection)
(conversations connection optionals)
Lists all channels in a Slack team. Optional arguments are:
Lists all channels in a Slack team. Optional arguments are: - cursor: Paginate through collections of data by setting the cursor parameter to a next_cursor attribute. - exclude_archived: Set to true to exclude archived channels from the list. - limit: The maximum number of items to return. - types: Mix and match channel types by providing a comma-separated list of any combination of public_channel, private_channel, mpim, im - user: Browse conversations by a specific user ID's membership.
(get-presence connection user-id)
Gets user presence information.
Gets user presence information.
(info connection user-id)
Gets information about a user.
Gets information about a user.
(list connection)
Lists all users in a Slack team.
Lists all users in a Slack team.
(set-active connection)
Marks a user as active.
Marks a user as active.
(set-presence connection user-id presence)
Manually sets user presence.
Manually sets user presence.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close