Liking cljdoc? Tell your friends :D
Clojure only.

clj-slack.files.comments


addclj

(add connection file comment)
(add connection file comment optionals)

Add a comment to an existing file. Optional arguments are:

  • channel: channel id (encoded) of which location to associate with the new comment
Add a comment to an existing file.
Optional arguments are:
- channel: channel id (encoded) of which location to associate with the new comment
sourceraw docstring

deleteclj

(delete connection file id)

Delete an existing comment on a file. Only the original author of the comment or a Team Administrator may delete a file comment.

Delete an existing comment on a file.
Only the original author of the comment or a Team Administrator may delete a file comment.
sourceraw docstring

editclj

(edit connection file id comment)

Edit an existing comment on a file. Only the user who created a comment may make edits.

Edit an existing comment on a file. Only the user who created a comment may make edits.
sourceraw docstring

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

× close