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

This method returns extended information about a bot user.

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :bot (Object)

    Bot user to get info on.

See Also:



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

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