Slack v0.2.1 Slack.Bot View Source
Functions for getting information about bots
Link to this section Summary
Functions
Get info for a bot.
Link to this section Functions
Link to this function
info(client, query \\ [])
View Sourceinfo(Slack.Client.t(), Keyword.t()) :: Slack.slack_response()
Get info for a bot.
https://api.slack.com/methods/bots.info
Examples
Slack.client(token)
|> Slack.Bot.info(bot: "B12345678")