Slack v0.0.12 Slack.Bot
Functions for getting information about bots
Summary
Functions
Get info for a bot
Functions
Specs
info(Slack.Client.t, Keyword.t) :: Slack.response
Get info for a bot.
https://api.slack.com/methods/bots.info
Examples
Slack.client(token)
|> Slack.Bot.info(bot: "B12345678")