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
-
#bots_info(options = {}) ⇒ Object
Gets information about a bot user.
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( = {}) post('bots.info', ) end |