Butler.Adapter behaviour
This module specifies the adapter API for adapters to different chat applications.
Summary
Callbacks
Formats message text correctly for the specific adapter
Sends a message back to a specific user on the same channel that the original message was posted in
Sends a message back to the channel
Called when the adapter is started. Start any other proccesses that are needed for the adapter here
Callbacks
Formats message text correctly for the specific adapter
Specs
reply(Butler.Response.t) :: :ok
Sends a message back to a specific user on the same channel that the original message was posted in.