ex_slack v0.2.2 Slack.RpcApi.Files.Comments View Source

Comments namespace

Link to this section Summary

Link to this section Functions

Link to this function add(comment, file, optional_args \\ %{}) View Source

files.comments.add

Args

  • file - File id.
  • comment - File comment.
  • optional_args - Optional arguments to the method.
Link to this function delete(file, id, optional_args \\ %{}) View Source

files.comments.delete

Args

  • file - File id.
  • id - Comment id.
  • optional_args - Optional arguments to the method.
Link to this function edit(comment, file, id, optional_args \\ %{}) View Source

files.comments.edit

Args

  • file - File id.
  • id - Comment id.
  • optional_args - Optional arguments to the method.