Sha256: d109d536e10c17d0c3ae8af21ef57be5a97ed7a9bf1ecf7a7dab8927474e8527
Contents?: true
Size: 753 Bytes
Versions: 5
Compression:
Stored size: 753 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 [user] :bot # Bot user to get info on. # @option options [string] :team_id # encoded team id or enterprise id where the bot exists, required if org token is used. # @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
5 entries across 5 versions & 1 rubygems