Sha256: a5857fc48911c55baf80e7cc56ec5fc641ff33492a9f9200218c6c2bc3d87c43
Contents?: true
Size: 575 Bytes
Versions: 2
Compression:
Stored size: 575 Bytes
Contents
# This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module Bots # # Gets 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.10.0 | lib/slack/web/api/endpoints/bots.rb |
slack-ruby-client-0.9.1 | lib/slack/web/api/endpoints/bots.rb |