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

def files_list(options = {})

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

Options Hash: (**options)
  • :types (Object) --
  • :ts_to (Object) --
  • :ts_from (Object) --
  • :user (user) --
def files_list(options = {})
  post('files.list', options)
end