Sha256: 70ccdc714112c996cfb2d91acaa3fcd96594dc1a5db420584120dfbc714f2170

Contents?: true

Size: 590 Bytes

Versions: 8

Compression:

Stored size: 590 Bytes

Contents

# This file was auto-generated by lib/tasks/web.rake

module Slack
  module Web
    module Api
      module Endpoints
        module Bots
          #
          # This method returns information about a bot user.
          #
          # @option options [Object] :bot
          #   Bot user to get info on.
          # @see https://api.slack.com/methods/bots.info
          # @see https://github.com/dblock/slack-api-ref/blob/master/methods/bots/bots.info.json
          def bots_info(options = {})
            post('bots.info', options)
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
slack-ruby-client-0.9.0 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.8.1 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.8.0 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.7.9 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.7.8 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.7.7 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.7.6 lib/slack/web/api/endpoints/bots.rb
slack-ruby-client-0.7.5 lib/slack/web/api/endpoints/bots.rb