Sha256: 658a5f578cda2d526b6be370175f52800facf9fca2a0740673437036ed04a672

Contents?: true

Size: 586 Bytes

Versions: 2

Compression:

Stored size: 586 Bytes

Contents

# This file was auto-generated by lib/generators/tasks/generate.rb

module Slack
  module Endpoint
    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/aki017/slack-api-docs/blob/master/methods/bots.info.md
      # @see https://github.com/aki017/slack-api-docs/blob/master/methods/bots.info.json
      def bots_info(options={})
        post("bots.info", options)
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-api-1.6.0 lib/slack/endpoint/bots.rb
slack-api-1.5.0 lib/slack/endpoint/bots.rb