Module: Slack::Web::Api::Endpoints::FilesComments
- Included in:
- Slack::Web::Api::Endpoints
- Defined in:
- lib/slack/web/api/endpoints/files_comments.rb
Instance Method Summary collapse
-
#files_comments_delete(options = {}) ⇒ Object
Deletes an existing comment on a file.
Instance Method Details
#files_comments_delete(options = {}) ⇒ Object
Deletes an existing comment on a file.
18 19 20 21 22 |
# File 'lib/slack/web/api/endpoints/files_comments.rb', line 18 def files_comments_delete( = {}) raise ArgumentError, 'Required arguments :file missing' if [:file].nil? raise ArgumentError, 'Required arguments :id missing' if [:id].nil? post('files.comments.delete', ) end |