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