Sha256: cbf2b7d0609fffcef3601a116a8420ae3e42f56dd43f0cc27a3fdf7c5373e917
Contents?: true
Size: 609 Bytes
Versions: 4
Compression:
Stored size: 609 Bytes
Contents
# frozen_string_literal: true # 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
4 entries across 4 versions & 1 rubygems