Slack.Web.Files.Comments.add
You're seeing just the function
add, go back to Slack.Web.Files.Comments module for more information.
Add a comment to an existing file.
Required Params
comment- Text of the comment to add. ex:Everyone should take a moment to read this file.file- File to add a comment to. ex:F1234567890
Errors the API can return:
file_deleted- The requested file was previously deleted.file_not_found- The requested file could not be found.no_comment- Thecommentfield was empty.