You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I just updated to version 0.5
You decided to move the isOk() method from SlackReply to ParsedSlackReply. However no handle or Reply returned by SlackSession is related to ParsedSlackReply.
That means that whenever I want to check isOk() I need to cast my SlackReply to ParsedSlackReply and check isOk() then.
Did I miss something or is this the preferred approach?
If not, can you make isOk() easier to use?
The text was updated successfully, but these errors were encountered:
Ok, I've reworked the usage of ParsedSlackReply, this should be way easier to use now, please keep me informed if you still have some troubles with this.
Hi
I just updated to version 0.5
You decided to move the isOk() method from SlackReply to ParsedSlackReply. However no handle or Reply returned by SlackSession is related to ParsedSlackReply.
That means that whenever I want to check isOk() I need to cast my SlackReply to ParsedSlackReply and check isOk() then.
Did I miss something or is this the preferred approach?
If not, can you make isOk() easier to use?
The text was updated successfully, but these errors were encountered: