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