Module: Slack::Endpoint::Bots

Included in:
Slack::Endpoint
Defined in:
lib/slack/endpoint/bots.rb

Instance Method Summary collapse

Instance Method Details

#bots_info(options = {}) ⇒ Object

Gets 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:



14
15
16
# File 'lib/slack/endpoint/bots.rb', line 14

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