Liking cljdoc? Tell your friends :D
Clojure only.

clj-slack.pins


addclj

(add connection channel-id optionals)

Pins an item to a channel (file, file comment, channel message, or group message) The channel argument is required and one of file, file_comment, or timestamp must also be specified. Optional arguments are :

  • file: file to pin
  • file_comment: file comment to pin
  • timestamp: timestamp of the message to pin
Pins an item to a channel (file, file comment, channel message, or group message)
The channel argument is required and one of file, file_comment, or timestamp must also be specified.
Optional arguments are :
- file: file to pin
- file_comment: file comment to pin
- timestamp: timestamp of the message to pin
sourceraw docstring

listclj

(list connection channel-id)

List items pinned to a channel.

List items pinned to a channel.
sourceraw docstring

removeclj

(remove connection channel-id optionals)

Un-Pins an item to a channel (file, file comment, channel message, or group message) The channel argument is required and one of file, file_comment, or timestamp must also be specified. Optional arguments are :

  • file: file to un-pin
  • file_comment: file comment to un-pin
  • timestamp: timestamp of the message to un-pin
Un-Pins an item to a channel (file, file comment, channel message, or group message)
The channel argument is required and one of file, file_comment, or timestamp must also be specified.
Optional arguments are :
- file: file to un-pin
- file_comment: file comment to un-pin
- timestamp: timestamp of the message to un-pin
sourceraw docstring

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

× close