module Slack::Web::Api::Endpoints::Im

def im_list(options = {})

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