Slacks v0.0.1 Slack.Bot.Credentials View Source

Slack bot credential details.

Includes the bot Slack user and team.

Link to this section Summary

Types

t()

Slack bot credential details.

Functions

Parse Slack bot credentials.

Link to this section Types

Link to this type

t() View Source
t() :: %Slack.Bot.Credentials{
  self: Slack.User.t(),
  team: Slack.Team.t(),
  url: String.t()
}

Slack bot credential details.

Includes the bot Slack user and team.

Link to this section Functions

Link to this function

parse(data) View Source
parse(map()) :: {:ok, t()} | {:error, atom()}

Parse Slack bot credentials.