Module: Slack::Web::Api::Endpoints::Bots

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/bots.rb

Instance Method Summary collapse

Instance Method Details

#bots_info(options = {}) ⇒ Object

Gets information about a bot user.



15
16
17
# File 'lib/slack/web/api/endpoints/bots.rb', line 15

def bots_info(options = {})
  post('bots.info', options)
end