Sha256: 3c29b0a1f208b761f6757cad1f3208b17721d7243e51829de4ba933b674ea025
Contents?: true
Size: 755 Bytes
Versions: 2
Compression:
Stored size: 755 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. # @option options [Object] :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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.17.0 | lib/slack/web/api/endpoints/bots.rb |
slack-ruby-client-0.16.0 | lib/slack/web/api/endpoints/bots.rb |