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
Specs
format_response(Butler.Message.t) :: Butler.Message.t
Formats message text correctly for the specific adapter
Specs
reply(Butler.Message.t) :: :ok
Sends a message back to a specific user on the same channel that the original message was posted in.