Sha256: 526555c6b5b4814a54584f813951277207f0173ef699dc9298dfecafdc842c3b
Contents?: true
Size: 579 Bytes
Versions: 7
Compression:
Stored size: 579 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/slack-ruby/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
7 entries across 7 versions & 1 rubygems