module Slack::Web::Api::Endpoints::Files

def files_upload(options = {})

Other tags:
    See: https://github.com/slackhq/slack-api-docs/blob/master/methods/files.upload.json -
    See: https://github.com/slackhq/slack-api-docs/blob/master/methods/files.upload.md -
    See: https://api.slack.com/methods/files.upload -

Options Hash: (**options)
  • :channels (channel) --
  • :initial_comment (Object) --
  • :title (Object) --
  • :filename (Object) --
  • :filetype (Object) --
  • :content (Object) --
  • :file (Object) --
def files_upload(options = {})
  post('files.upload', options)
end