Liking cljdoc? Tell your friends :D

clj-slack.users


conversationsclj

(conversations connection)
(conversations connection optionals)

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.
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.
sourceraw docstring

get-presenceclj

(get-presence connection user-id)

Gets user presence information.

Gets user presence information.
sourceraw docstring

infoclj

(info connection user-id)

Gets information about a user.

Gets information about a user.
sourceraw docstring

listclj

(list connection)

Lists all users in a Slack team.

Lists all users in a Slack team.
sourceraw docstring

set-activeclj

(set-active connection)

Marks a user as active.

Marks a user as active.
sourceraw docstring

set-presenceclj

(set-presence connection user-id presence)

Manually sets user presence.

Manually sets user presence.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close