module Slack::Web::Api::Endpoints::Team

def team_info(options = {})

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

Options Hash: (**options)
  • :team (string) --
  • :domain (string) --
def team_info(options = {})
  post('team.info', options)
end