module Slack::Web::Api::Endpoints::Channels

def channels_list(options = {})

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

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