module Slack::Web::Api::Endpoints::Bots

def bots_info(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/bots/bots.info.json -
    See: https://api.slack.com/methods/bots.info -

Options Hash: (**options)
  • :team_id (string) --
  • :bot (user) --
def bots_info(options = {})
  post('bots.info', options)
end