slack-ruby / slack-ruby-bot-server

A library that enables you to write a complete Slack bot service with Slack button integration, in Ruby.
MIT License
268 stars 74 forks source link

Check status of sent messages for RTM #86

Open leechou opened 5 years ago

leechou commented 5 years ago

Can check for the response of slack server to check if the message was successfully sent or not as mentioned in the docs for handling responses. This will allow clients to update messages already sent.

dblock commented 5 years ago

@leechou Can you clarify? The client will raise exceptions on error today and returns results of API calls. What did you mean?