module Slack::Web::Api::Endpoints::Groups
def groups_create(options = {})
- See: https://github.com/dblock/slack-api-ref/blob/master/methods/groups/groups.create.json -
See: https://api.slack.com/methods/groups.create -
Options Hash:
(**options)-
:name(Object) --
def groups_create(options = {}) throw ArgumentError.new('Required arguments :name missing') if options[:name].nil? post('groups.create', options) end