module Slack::Web::Api::Endpoints::TeamPreferences

def team_preferences_list(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/team.preferences/team.preferences.list.json -
    See: https://api.slack.com/methods/team.preferences.list -
def team_preferences_list(options = {})
  post('team.preferences.list', options)
end