module Slack::Web::Api::Mixins::Groups
def groups_id(options = {})
(**options)
-
:channel
(channel
) --
def groups_id(options = {}) name = options[:channel] throw ArgumentError.new('Required arguments :channel missing') if name.nil? id_for :group, name, '#', :groups_list, :groups, 'channel_not_found' end