module Slack::Web::Api::Endpoints::Mpim

def mpim_list(options = {})

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