Liking cljdoc? Tell your friends :D

clj-slack.channels


archiveclj

(archive connection channel-id)

Archives a channel.

Archives a channel.
sourceraw docstring

createclj

(create connection name)

Creates a channel.

Creates a channel.
sourceraw docstring

historyclj

(history connection channel-id)
(history connection channel-id optionals)

Fetches history of messages and events from a channel. Optional arguments are:

  • latest: end of time range of messages to include in results
  • oldest: start of time range of messages to include in results
  • inclusive: include messages with latest or oldest timestamp in results
  • count: number of messages to return
Fetches history of messages and events from a channel.
Optional arguments are:
- latest: end of time range of messages to include in results
- oldest: start of time range of messages to include in results
- inclusive: include messages with latest or oldest timestamp in results
- count: number of messages to return
sourceraw docstring

infoclj

(info connection channel-id)

Gets information about a channel.

Gets information about a channel.
sourceraw docstring

inviteclj

(invite connection channel-id user-id)

Invites a user to a channel.

Invites a user to a channel.
sourceraw docstring

joinclj

(join connection channel-name)

Joins a channel, creating it if needed.

Joins a channel, creating it if needed.
sourceraw docstring

kickclj

(kick connection channel-id user-id)

Removes a user from a channel.

Removes a user from a channel.
sourceraw docstring

leaveclj

(leave connection channel-id)

Leaves a channel.

Leaves a channel.
sourceraw docstring

listclj

(list connection)
(list connection optionals)

List channels. Optional argument:

  • exclude_archived: don't return archived channels
List channels.
Optional argument:
- exclude_archived: don't return archived channels
sourceraw docstring

markclj

(mark connection channel-id timestamp)

Sets the read cursor in a channel.

Sets the read cursor in a channel.
sourceraw docstring

renameclj

(rename connection channel-id name)

Rename a channel.

Rename a channel.
sourceraw docstring

set-purposeclj

(set-purpose connection channel-id purpose)

Sets the purpose for a channel.

Sets the purpose for a channel.
sourceraw docstring

set-topicclj

(set-topic connection channel-id topic)

Sets the topic for a channel.

Sets the topic for a channel.
sourceraw docstring

unarchiveclj

(unarchive connection channel-id)

Unarchives a channel.

Unarchives a channel.
sourceraw docstring

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

× close