Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Added not_set_new_user enum #183

Closed martinmine closed 5 years ago

martinmine commented 5 years ago

When you create a new user and hook up to Slack using this library, I get a similar error as in https://github.com/Inumedia/SlackAPI/issues/177 but with not_set_new_user instead. This PR fixes this error by adding the not_set_new_user enum to the SearchResponseMessages class.