Liking cljdoc? Tell your friends :D

clj-slack.groups


archiveclj

(archive connection channel-id)

Archives a private group.

Archives a private group.
sourceraw docstring

closeclj

(close connection channel-id)

Closes a private group.

Closes a private group.
sourceraw docstring

createclj

(create connection name)

Creates a private group.

Creates a private group.
sourceraw docstring

create-childclj

(create-child connection channel-id)

Clones and archives a private group.

Clones and archives a private group.
sourceraw docstring

historyclj

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

Fetches history of messages and events from a private group. 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 private group.
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 private channel

Gets information about a private channel
sourceraw docstring

inviteclj

(invite connection channel-id user-id)

Invites a user to a private group.

Invites a user to a private group.
sourceraw docstring

kickclj

(kick connection channel-id user-id)

Removes a user from a private group.

Removes a user from a private group.
sourceraw docstring

leaveclj

(leave connection channel-id)

Leaves a private group.

Leaves a private group.
sourceraw docstring

listclj

(list connection)
(list connection optionals)

Lists private groups that the calling user has access to. Optional argument:

  • exclude_archived: don't return archived groups
Lists private groups that the calling user has access to.
Optional argument:
- exclude_archived: don't return archived groups
sourceraw docstring

markclj

(mark connection channel-id timestamp)

Sets the read cursor in a private group.

Sets the read cursor in a private group.
sourceraw docstring

openclj

(open connection channel-id)

Opens a private group.

Opens a private group.
sourceraw docstring

renameclj

(rename connection channel-id name)

Rename a private group.

Rename a private group.
sourceraw docstring

set-purposeclj

(set-purpose connection channel-id purpose)

Sets the purpose for a private group.

Sets the purpose for a private group.
sourceraw docstring

set-topicclj

(set-topic connection channel-id topic)

Sets the topic for a private group.

Sets the topic for a private group.
sourceraw docstring

unarchiveclj

(unarchive connection channel-id)

Unarchives a private group.

Unarchives a private group.
sourceraw docstring

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

× close