@slack/client v2.2.0
- Adds promise support to the RTM client
send
andsendMessage
methods - Fixes the way message response callbacks work, so that the success case is only called when the websocket receives a message with a
reply_to
matching the id of the dispatched message, instead of when the ws instance signals message send success - Fixes the way
getAPICallArgs
works, to correctly pull data out of theopts
arg