Slacks v0.0.1 Slack.Bot.Conn View Source
Slack bot connection
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Slack.Bot.Conn{
client: module(),
client_state: any(),
self: Slack.User.t(),
token: String.t()
}
t() :: %Slack.Bot.Conn{ client: module(), client_state: any(), self: Slack.User.t(), token: String.t() }
Slack bot connection