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
Functions
Parse Slack bot credentials.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Slack.Bot.Credentials{
self: Slack.User.t(),
team: Slack.Team.t(),
url: String.t()
}
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 Slack bot credentials.