Liking cljdoc? Tell your friends :D

clj-slack.im


closeclj

(close connection channel-id)

Closes a direct message channel.

Closes a direct message channel.
sourceraw docstring

historyclj

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

Fetches history of messages and events from direct message 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 direct message 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

listclj

(list connection)

Lists direct message channels for the calling user.

Lists direct message channels for the calling user.
sourceraw docstring

markclj

(mark connection channel-id timestamp)

Sets the read cursor in a direct message channel.

Sets the read cursor in a direct message channel.
sourceraw docstring

openclj

(open connection user-id)

Opens a direct message channel.

Opens a direct message channel.
sourceraw docstring

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

× close