Module: Slack::Endpoint::Bots
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/bots.rb
Instance Method Summary collapse
-
#bots_info(options = {}) ⇒ Object
Gets information about a bot user.
Instance Method Details
#bots_info(options = {}) ⇒ Object
Gets information about a bot user.
14 15 16 |
# File 'lib/slack/endpoint/bots.rb', line 14 def bots_info(={}) post("bots.info", ) end |