Liking cljdoc? Tell your friends :D

clj-slack.mpim


closeclj

(close connection channel-id)

Closes a multiparty direct message channel.

Closes a multiparty direct message channel.
sourceraw docstring

historyclj

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

Fetches history of messages and events from a multiparty direct message.` 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, between 1 and 1000.
  • unread: include unread_count_display in the output?
Fetches history of messages and events from a multiparty direct message.`
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, between 1 and 1000.
- unread: include unread_count_display in the output?
sourceraw docstring

listclj

(list connection)

Lists multiparty direct message channels for the calling user.

Lists multiparty direct message channels for the calling user.
sourceraw docstring

markclj

(mark connection channel-id timestamp)

Sets the read cursor in a multiparty direct message channel.

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

openclj

(open connection user-ids)

This method opens a multiparty direct message.

This method opens a multiparty direct message.
sourceraw docstring

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

× close