module Slack::Web::Api::Endpoints::Migration
def migration_exchange(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/migration/migration.exchange.json -
See: https://api.slack.com/methods/migration.exchange -
Options Hash:
(**options)-
:to_old(Object) -- -
:users(Object) --
def migration_exchange(options = {}) throw ArgumentError.new('Required arguments :users missing') if options[:users].nil? post('migration.exchange', options) end