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

def files_upload(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/files/files.upload.json -
    See: https://api.slack.com/methods/files.upload -

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