module Slack::Web::Api::Endpoints::Groups

def groups_list(options = {})

Other tags:
    See: https://github.com/dblock/slack-api-ref/blob/master/methods/groups/groups.list.json -
    See: https://api.slack.com/methods/groups.list -

Options Hash: (**options)
  • :exclude_archived (Object) --
def groups_list(options = {})
  post('groups.list', options)
end